Redux Persist

A library.
URL: https://yarnpkg.com/package/redux-persist
Installation: yarn add redux-persist

It can help us in persisting the state of the redux store across different sessions
The information is stored in Browser Local Storage and can be inspected, as the data is a plaintext JS object.


Last update : 16 octobre 2023
Created : 21 septembre 2023