-
So let's say I have 10 reducers. I want to persist 2 of them. Upon logging out, I clear my persisted reducers out.
Now I want to create an extra reducer that will persist even when logging out. I c…
-
Data stored initially gets replaced with new data after logout and when app is restarted or refreshed the initial stored data is retrieved back to reducer instead of the second set of stored data or r…
-
I am evaluating react-query for React Native and came across this package.
What does this plugin do different from the [official one](https://react-query.tanstack.com/plugins/createAsyncStoragePers…
-
Hey there!
i am trying to configure reactotron-redux with my redux store and i cant get it run!!!
No idea what i am doing wrong, but i haven't seen any examples where to add the Reactotron.createE…
-
Current documentation inside `README.md` contains the following example code:
```js
persistStore(store, {
transforms: [
saveSubsetFilter,
saveSubsetBlacklistFilter,
loadSubsetFil…
-
Provide a mechanism for transaction boundaries to span multiple actions.
See this post on the Vert.x google group: https://groups.google.com/d/msg/vertx/eIjzdQI23ss/hjYUtJcxVKcJ
-
Hello,
Can anybody please share their experience with implementing the package in correlation with redux-persist?
The background job is running just fine, but the store changes done while the ap…
-
I am a beginner to react and react-native. I am trying to set up Firebase for analytics. I am using react-native-redux with react-native-redux-persist. Also using react-naviagation.
The code from A…
-
Hi,
my code is works perfectly without redux-persist but not with it; what's wrong with it ?
````
export function AddAndIncrement (state=[], action) {
console.log('in reducer state', state…
-
I want to define custom path groups such that there should be a new line between them.
eg. I've React, NextJs, MUI, and local folders (components, features, etc). I want to specify the rules such t…