rxjs
Here are 2,378 public repositories matching this topic...
-
Updated
Dec 6, 2020 - TypeScript
-
Updated
Apr 1, 2020 - TypeScript
-
Updated
Oct 14, 2020 - TypeScript
I thought I open an issue for that as I believe it can save the team a lot of work.
https://github.com/actions/labeler
If this is interesting I would contribute with the workflow file.
Just let me know what you think.
-
Updated
Dec 3, 2020 - TypeScript
-
Updated
Dec 1, 2020 - TypeScript
-
Updated
Dec 5, 2020 - TypeScript
-
Updated
Nov 26, 2020 - TypeScript
Developers that comes from ngrx sometimes want similar functionality as effects in ngrx. I think it'll be nice to develop a package that provides this functionality if someone wants to use it.
Here's what I imagine: ( I'm open to any other suggestions )
import { Actions } from '@datorama/akita-effects';
export class TodosComponent {
todos$ = this.query.selectAll();
construc
-
Updated
Dec 4, 2020 - TypeScript
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
Dec 4, 2020 - TypeScript
-
Updated
Nov 16, 2020
-
Updated
Aug 9, 2020 - JavaScript
-
Updated
Jul 31, 2017 - TypeScript
-
Updated
Nov 23, 2020 - JavaScript
-
Updated
Nov 29, 2020
Create a section that adds the following rules to our README:
https://github.com/cartant/eslint-plugin-rxjs-angular/blob/main/docs/rules/prefer-takeuntil.md#options
https://github.com/cartant/eslint-plugin-rxjs/blob/main/docs/rules/no-unsafe-takeuntil.md#options
Documentation help
Open call to our awesome community to help create documentation. If interested please work with us here and extend the existing docs for the scenarios you need.
In original connect from react-redux, you can pass a function as a mapDispatch, which accepts dispatch and own component props. Here the full description
Do you plan to add this feature?
P.S. proppy-redux npm page points to package. So I created issue in this sco
-
Updated
Aug 13, 2020 - TypeScript
-
Updated
Sep 12, 2020 - TypeScript
-
Updated
Sep 12, 2020 - TypeScript
-
Updated
Sep 30, 2020 - TypeScript
-
Updated
Nov 27, 2020 - Objective-C
-
Updated
Apr 22, 2019
Improve this page
Add a description, image, and links to the rxjs topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rxjs topic, visit your repo's landing page and select "manage topics."
This is to fix: Nozbe/WatermelonDB#186
Right now, deleting records is not very efficient in WatermelonDB.
Say you have models like this: Blog has_many Post has_many Comment. If you want to delete a blog post, you also have to delete all its posts, and all their comments. This happens one-by-one currently. What we need is the ability to efficiently (and atomically if