-
It seems that when rehydration fails, all the state is being reset to initialState.
In my app users can save playlists and settings and some users reported that they lost all their data suddenly.
…
-
I tried to make code splitting works with RTK 2.0 and redux-persist, and I initially started with this code
```
const rootReducerWithSlice = rootReducer.inject({
reducerPath: NAME,
reducer: …
-
-
As a developer, I want my Redux store's state to be normalized (and my React components to be correspond to this structure) to increase both site performance and code readability
-
Hey! 😃
So, I'm already using a `Redux` Store for all my other stuff, just wondering if I could use the same Store for `apollo-offline`? Is this possible currently? This may also help us to enable c…
-
Replace `createStore` with `configureStore`.
See the discussion in https://github.com/reduxjs/redux/issues/4325
Nice to have, but not high priority.
-
I try to reset the redux store (logout behavior) but I can't find a simple solution that allows me to do it globally when using redux-dynamic-modules.
Before using redux-dynamic-modules, I used to do…
-
package.json
"@testing-library/dom": "10.1.0",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/react": "15.0.7",
"@testing-library/react-hooks": "^8.0.1",
"@testing-li…
-
For example only quering one Key are 1 is clicked so that we have all the data for key area one then storing it in context or redux or local storage in order to render it qithout quering the DB
-
### The Problem
When using react-redux-form inside of a large redux store, form performance is slow.
### Steps to Reproduce
- Create a /large/ redux store
### Expected Behavior
- The form s…