-
Updated
Dec 6, 2020 - JavaScript
state-management
Here are 1,486 public repositories matching this topic...
-
Updated
Dec 8, 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
Nov 5, 2020 - JavaScript
Is your feature request related to a problem? Please describe.
Currently, migrating from another library requires you to do a manual comparison of samples from both libraries to fill in the gaps. It would be nice to have documentation for people migrating from other popular state management solutions, such as ChangeNotifier, StateNotifier, MobX, or Redux.
Describe the solution you'd like
-
Updated
Dec 4, 2020 - TypeScript
-
Updated
Nov 10, 2020 - JavaScript
-
Updated
Dec 7, 2020 - Dart
-
Updated
Sep 28, 2020 - TypeScript
I previously opend a feature request for a modifiable state within a selector (#1679), because i have a problem with the recalculation / slicing / preprocessing of the state, every time >100mb. Now i have read that you plan that the state is only recalculated if the output changes for v4 (not the parameters, https://www.ngxs.io/concepts/select#joining-selectors )[would also exactly solve my recalc
-
Updated
Oct 22, 2020 - TypeScript
what is prefer way to add relation and remove relation? I found example as below, but I did't find any document about the two methods.
case 'ADD_AUTHOR_TO_BOOK':
Book.withId(action.payload.bookId).authors.add(action.payload.author); // add new entity , add relation? this doesn't work.
break;
case 'REMOVE_AUTHOR_FROM_BOOK':
Book.withId(action.payload.bo
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
Nov 20, 2020 - JavaScript
-
Updated
Oct 21, 2020 - JavaScript
-
Updated
Nov 12, 2020 - Swift
I have a very big app and do not want to make a placeholder for each screen I would like to provide context to about what is loading. (And also do not want a general 'loading' message). Is there currently a way to change the title/subtitle easily for each ViewController, from the ViewController itself?
-
Updated
Nov 20, 2020 - JavaScript
-
Updated
Nov 3, 2020 - TypeScript
-
Updated
Aug 6, 2019 - JavaScript
-
Updated
Nov 3, 2019 - JavaScript
-
Updated
Oct 1, 2020 - TypeScript
I would love to have native examples of all the state systems in https://snack.expo.io/
This is a bit of a haul, help needed.
-
Updated
Dec 2, 2020 - JavaScript
-
Updated
Mar 27, 2019 - JavaScript
-
Updated
Nov 16, 2020 - TypeScript
Improve this page
Add a description, image, and links to the state-management topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the state-management topic, visit your repo's landing page and select "manage topics."
Add a performance test that measures the time it takes Dapr to save data into a state store.
The important piece that is being tested is the processing that Dapr does before saving to the state store. This test should not benchmark the component itself.
For that purpose, a baseline test scenario would have an app that saves a 1kb payload to Redis, followed by a test app that uses Dapr to sav