-
In some use cases you might want to start your app with a freshly purged store. I am wondering what's the best way to do this? I know there is `.purge()` for persistor, but it feels bad to wait until …
-
Hi there!
I really like this library - and I also really like [redux-persist](https://github.com/rt2zz/redux-persist) which allows to save parts of the store to local storage. Unfortunately both th…
-
### Description
Attempt to invoke virtual method 'void android.view.VelocityTracker.clear()' on a null object reference
### Steps to reproduce
1. Install the application with `yarn android`
2. I…
-
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…
-
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…
-
Hi,
This is my navigation reducer (@react-navigation)
```
import { NavigationActions } from 'react-navigation';
import Navigator from '@navigation';
const initialState = Navigator.router.getS…
-
I see in the docs there is `persistor.flush` but does this method actually save the current state immediately + save it to disk?
-
I have two navigators: `AppNavigator `and `BottomBarNavigator`, the first one is for the authentication flow, the second one is when the user is authenticated.
These navigators are inside a `create…
-
First of all thank you all for this wonderful library, I cannot thank enough.
I am using below type definition with apollo-link-state
```
export const typeDefs = `
type User {
phoneNu…