-
Updated
Sep 30, 2020 - JavaScript
state-management
Here are 1,373 public repositories matching this topic...
-
Updated
Oct 3, 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
Sep 21, 2020 - JavaScript
-
Updated
Oct 1, 2020 - TypeScript
Hello,
I managed to implement bloc together with graphql inside my app by following the Jobs example. However, I have no idea how I could have graphql subscriptions and BLoC working together. It would be great if you could extend your jobs example to include subscriptions.
I am using:
- graphql_flutter: ^4.0.0-alpha.3
- bloc: ^6.0.2
- flutter_bloc: ^6.0.2
-
Updated
Oct 2, 2020 - JavaScript
-
Updated
Sep 27, 2020 - Dart
-
Updated
Sep 28, 2020 - TypeScript
hi, im using selector of ngxs, and our team create a dynamic selector, inside of documentation we didn't see nothing about this, but we´re asking if this is a good practice. Here´s the example of how we doit
`
@selector()
static current_answers(state: QuestionnaireStateModel): {getBy: (questionId: number) => number[]} {
return {getBy: (questionId: number)
-
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
-
Updated
Oct 2, 2020 - JavaScript
We're looking for a contributor that wants to create our own devtools.
-
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
Sep 15, 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