-
Hello everyone,
I am working on a small project with only two reducers one to store group Info (only id) and one for map Info (more complex start point, endpoint, and other data will be added later)
…
-
Hello, I tried to add redux-persist with no luck.
I tried in App.js
```
const store = wrapStore(new Worker(new URL('./store.worker', import.meta.url)), {});
const persistor = persistStore(store)…
-
Hey, umm... i've tried to implement redux persist for my project...
After i followed your documentation on how to implement this module, there's no problem.
but, when i tried to reload the app...T…
-
# Redux
> 무슨 `Re-` 가 이렇게 많냐...
`React`: 각각의 Component 혹은, 공통된 부모가 state를 관리합니다.
`Redux`: Store를 하나 만들어서 state를 관리합니다.
## Concepts
```
Action ---> Reducer ---> Store(state)
```
#### S…
-
in PersistObjectTemplate.getTemplateFromKnexPOJO, if value=null for isRemoteDoc, it logs:
ERROR: query[getTemplateFromKnexPOJO]: (__amorphicContext={} component="persistor" module="query" activity="g…
-
Following this example, from [here](https://github.com/apollographql/apollo-cache-persist/blob/master/src/storageWrappers/MMKVStorageWrapper.ts):
```
/**
* Wrapper for react-native-mmkv-storage.…
-
Hello,
When you execute an update query like that 'UPDATE table SET field = value2 IF field = value1', the cassandra persistor always replies OK even if the lightweight transaction fails ([applied] =…
-
import {createStore, applyMiddleware} from 'redux'
import {persistStore, persistReducer} from 'redux-persist'
import thunk from 'redux-thunk'
import { composeWithDevTools } from 'redux-devtools-ext…
xdlgj updated
3 years ago
-
I'm sure I've followed the [documentation](https://www.npmjs.com/package/redux-persist) exactly, but my state is still not persisting.
I'm assuming this isn't a bug, but if not I have no idea what …
mjftw updated
4 years ago
-
I am trying to use redux-persist along with redux-toolkit to store data on local storage on Next Js and TypeScript. But it responded with this error message: "redux-persist failed to create sync stora…