-
Updated
Jan 26, 2021 - JavaScript
state-management
Here are 1,551 public repositories matching this topic...
-
Updated
Jan 30, 2021 - TypeScript
-
Updated
Jan 29, 2021 - 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
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
Jan 11, 2021 - JavaScript
-
Updated
Jan 29, 2021 - TypeScript
-
Updated
Jan 20, 2021 - JavaScript
-
Updated
Jan 27, 2021 - Dart
-
Updated
Sep 28, 2020 - TypeScript
-
Updated
Jan 6, 2021 - TypeScript
When I use removeItem state operator then TypeScript complains that message object can be possibly undefined even though I specified the type for removeItem operator. I could fix the issue with optional chaining but that is not possible if I want to use a utility library like Ramda
.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
I'm submitting a...
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Performance issue
[X] Feature request
[ ] Documentation issue or request
[ ] Support request
[ ] Other... Please describe:
-
Updated
Jan 19, 2021 - JavaScript
-
Updated
Jan 28, 2021 - JavaScript
-
Updated
Jan 26, 2021 - Dart
-
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
Dec 12, 2020 - TypeScript
-
Updated
Aug 6, 2019 - JavaScript
-
Updated
Nov 3, 2019 - JavaScript
-
Updated
Dec 11, 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 17, 2020 - JavaScript
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."
I need to define env-vars in the sidecar runtime-env in order to make SQS calls go via a http-proxy.
This is not possible today.
it could have syntax of dapr.io/env/varname=value and be placed in the annotations.
/area runtime
Describe the feature
Allows for controlling env-vars of the sidecar.
Release Note
Implement + update docs.