Mastodon hachyterm.io

Today I learned about how to use Local Storage and redux-persist.

Local Storage is part of the native Web Storage API and allows you to store data accross browser ressions (and refreshes). It’s only available for the browser and doesn’t send data to a server.

Redux-persist is a library you can use with Redux. It wires up the Redux store with the Web Storage API.

Further Reading