Skip to content

Instantly share code, notes, and snippets.

@csorlandi
Created December 3, 2018 18:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save csorlandi/207c6f2cce074dfc3ea3dae1eb9748d2 to your computer and use it in GitHub Desktop.
Save csorlandi/207c6f2cce074dfc3ea3dae1eb9748d2 to your computer and use it in GitHub Desktop.
// Redux + Redux Persist
const App = () => (
<Provider store={store}>
<PersistGate loading={null} persistor={persistor}>
<Routes />
</PersistGate>
</Provider>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment