-
Updated
Sep 12, 2021 - JavaScript
state-management
Here are 1,897 public repositories matching this topic...
-
Updated
Sep 14, 2021 - TypeScript
Firstly, I would like to thank the creator @felangel and contributors to these packages.
I would like to ask to add one sophisticated example usage of hydrated bloc according to the real problem( Manage to save categories to local database using hydrated bloc)
As known, nowadays numerous applications demands complicated feature (such as saving categories and its subcategories locally). Add
📚 Documentation
Right now we specify the API of plugins and some internal concepts with bullet points, but I noticed that is complex to read and even worse to understand which values accepts.
We should investigate a bit on other tools to see whi
Hi,
I was looking for StoreDevtoolsConfig's documentation in the API section of the site, and as its documentation doesn't help a lot, I clicked on the link that was supposed to lead me to more in-depth doc about that interface. Unfortunately, extension.remotedev.io domain's ownership was not renewed and the link now leads to a rather te
-
Updated
Aug 31, 2021 - JavaScript
-
Updated
Sep 1, 2021 - TypeScript
-
Updated
Sep 13, 2021 - Dart
-
Updated
Sep 2, 2021 - JavaScript
-
Updated
Aug 28, 2021 - Dart
-
Updated
Aug 30, 2021 - TypeScript
-
Updated
Aug 10, 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:
I'm writing a state that uses ngxsAfterBootstrap lifecycle event to initialise it.
I want to check in my test if the state is correctly initialised, but I can't find any doc on this ?
Could you please help me ?
Thanks.
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
Aug 19, 2021 - JavaScript
-
Updated
Aug 11, 2021 - JavaScript
-
Updated
Nov 12, 2020 - Swift
Right now, the context updater function behaves almost like a reducer: it gives you the current context and you have to immutably return the next context.
It would be nice if it merging syntax like the old React's component-based setState.
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 14, 2021 - Dart
-
Updated
Jun 8, 2021 - JavaScript
-
Updated
Sep 6, 2021 - TypeScript
-
Updated
Aug 6, 2019 - JavaScript
-
Updated
Nov 3, 2019 - JavaScript
-
Updated
Aug 10, 2021 - 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."



In what area(s)?
/area runtime
Ask your question here
How can I communicate with the Dapr Sidecar using a secure communication channel (HTTPS)?
I would like to be able to redirect all traffic coming from our API Gateway to the Dapr sidecars using a secure communication channel as described in the