-
Updated
Oct 13, 2020 - JavaScript
state-management
Here are 1,391 public repositories matching this topic...
-
Updated
Oct 14, 2020 - TypeScript
Add a new schematic to generate:
A service that extends ComponentStore
A spec file if requested
Maybe an inlined interface for the default type
Describe any alternatives/workarounds you're current
-
Updated
Oct 10, 2020 - JavaScript
The flutter_bloc package already has great documentation and examples to get started easily. But, when it comes to the best practices to be followed when using bloc, there's not much sources out there.
By best practices, I mean:
- One Bloc per feature.
- Don't mutate your state.
- Don't define any data in the bloc.
If there was a curated article or a video about the best practices to
-
Updated
Oct 14, 2020 - TypeScript
-
Updated
Oct 14, 2020 - JavaScript
-
Updated
Oct 8, 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
Sep 8, 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
We're looking for a contributor that wants to create our own devtools.
-
Updated
Oct 12, 2020 - JavaScript
-
Updated
Sep 10, 2020 - JavaScript
-
Updated
Jun 30, 2019 - Swift
-
Updated
Sep 4, 2020 - JavaScript
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
Sep 9, 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
Sep 4, 2020 - JavaScript
-
Updated
Mar 27, 2019 - JavaScript
-
Updated
Oct 13, 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