-
Updated
May 13, 2021 - JavaScript
state-management
Here are 1,715 public repositories matching this topic...
-
Updated
May 16, 2021 - TypeScript
I love the way the @rematch/loading plugin keeps my app's loading state all in one place. Something that stuck out to me as odd was that there's no similar plugin for handling error/success state. So I can now avoid writing a { loading, error, success } object for every reducer, but error and success are still required if I want to perform some action after the effect finishes, so the ret
docs(flutter_bloc): add recipe on how to use flutter _bloc together with Navigator 2.0 and Router
Is your feature request related to a problem? Please describe.
Navigator 2.0 and Router have been released and are now the recommended approach:
Currently, there is no recipe for this, there are only recipes for a Navigator-less approach and for the old 1.0 imperative approach:
https://bloclibrary.dev/#/recipesflutternavigation
Describe the solution you'd like
Document a recipe
When using the *ngrxLet structural directive in an app, the view is cleared as soon as ngOnDestroy() is called. This causes an issue with animations: the view that is animated out changes as all ngrxLet templates get cleared.
To illustrate the problem see this StackBlitz, compare the ngIf behavior with ngrxLet: https://stackblitz.com/edit/ngrx-bug-ngrxlet
I believe the problem could be fixed
-
Updated
Apr 7, 2021 - JavaScript
-
Updated
Apr 23, 2021 - TypeScript
-
Updated
May 11, 2021 - JavaScript
-
Updated
May 2, 2021 - Dart
-
Updated
Sep 28, 2020 - TypeScript
-
Updated
May 14, 2021 - Dart
-
Updated
May 11, 2021 - TypeScript
-
Updated
May 5, 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

[ ] Bug report
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request
[x] Support request
[ ] Other... Please describe:
Hello, I'm trying to type my application which is using redux-orm. I came across an issue with the new createSelector API. My code is as simple as:
import { createSelector } from 'redux-orm'
import orm from 'features/regulation/orm'
export const selectTest = createSelector(orm.Policy)
The error I get is that
Expected 2-9 arguments, but got 1.ts(2554)
redux.d.ts(87,
-
Updated
May 9, 2021 - JavaScript
-
Updated
May 11, 2021 - 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
May 7, 2021 - TypeScript
-
Updated
Aug 6, 2019 - JavaScript
-
Updated
Nov 3, 2019 - JavaScript
-
Updated
May 15, 2021 - Dart
-
Updated
May 9, 2021 - 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.
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."


In what area(s)?
What version of Dapr?