-
Updated
Jun 23, 2021 - JavaScript
state-management
Here are 1,757 public repositories matching this topic...
-
Updated
Jun 27, 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
Copied from: nrwl/nx#1545
Please make sure you have read the submission guidelines before posting an issue
Expected Behavior
Please describe the behavior you are expecting
When running the below command without a --project flag, I expect the error message to reflect the missing fl
-
Updated
Jun 8, 2021 - JavaScript
-
Updated
Jun 20, 2021 - TypeScript
-
Updated
Jun 16, 2021 - JavaScript
-
Updated
Jun 27, 2021 - Dart
-
Updated
Jun 25, 2021 - Dart
-
Updated
Sep 28, 2020 - TypeScript
-
Updated
Jun 24, 2021 - TypeScript
Correct me if I'm wrong, but it seems to me that different effector-vue APIs (especially Options API vs. Hooks API) assume different Vue versions.
For example, I tried to use Hooks API in combination with Vue 2 & @vue/composition-api but it won't compile because it tries to import composition functions directly from vue module (as in Vue 3) instead of @vue/compositon-api module (as in V
I'm submitting a...
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request
[x] Support request
[ ] Other... Please describe:
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

The error I get is that
Expected 2-9 arguments, but got 1.ts(2554)
redux.d.ts(87,
-
Updated
Jun 24, 2021 - JavaScript
-
Updated
Jun 21, 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
Jun 8, 2021 - JavaScript
-
Updated
Jun 17, 2021 - TypeScript
-
Updated
Aug 6, 2019 - JavaScript
-
Updated
Jun 27, 2021 - Dart
-
Updated
Nov 3, 2019 - JavaScript
-
Updated
Jun 11, 2021 - TypeScript
-
Updated
Jun 19, 2021 - Dart
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."
Expected Behavior
Request times out after certain amount of time
Actual Behavior