-
Updated
Nov 17, 2021 - JavaScript
state-management
Here are 2,012 public repositories matching this topic...
-
Updated
Nov 28, 2021 - TypeScript
It would be great to see, how to properly implement refreshing + pagination + search.
Hey)
In the example https://github.com/ngrx/platform/tree/master/projects/example-app
I'm getting errors like - Type 'boolean | null 'is not assignable to type' boolean '. Type 'null' is not assignable to type 'boolean'
I understand that this is due to strictmode, but I cannot figure out how to get rid of them.
Is there an updated version of this example that works correctly with strictmode?
-
Updated
Oct 21, 2021 - JavaScript
-
Updated
Nov 26, 2021 - TypeScript
-
Updated
Nov 29, 2021 - Dart
-
Updated
Oct 13, 2021 - JavaScript
-
Updated
Oct 28, 2021 - Dart
-
Updated
Aug 30, 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
-
Updated
Sep 21, 2021 - TypeScript
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:
We have a state that is persisted into browser local storage using https://github.com/ngxs/store/tree/master/packages/storage-plugin.
We noticed that state is flushed on navigation end - namely, we have, due to our business logic, state update on "setTimeout". However, browser local storage is being updated only when navigation ends (memory is fine, only flushing to browser local storage is ex
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
Oct 20, 2021 - JavaScript
-
Updated
Oct 6, 2021 - JavaScript
-
Updated
Nov 29, 2021 - Dart
-
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?
The API docs for reactions do not show the various options available for autorun, reaction, when, asynWhen. This needs to be added.
-
Updated
Sep 18, 2021 - JavaScript
-
Updated
Sep 21, 2021 - TypeScript
-
Updated
Aug 6, 2019 - JavaScript
-
Updated
Nov 3, 2019 - JavaScript
-
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."
Kubernetes cluster cert expires after a year. After the expiration the cert need to be updated. There needs to a way of notifying the user of this expiration through logging. One way could be using Kubernetes events to log the warning at the expiration event. Please refer to the epic for this for more context : dapr/cli#807
Feel free to chime in with more ideas around