Search:   Dictionary All Posts
Store Your Knowledge at the Brain Bank!

Redux Persist with LocalStorage

By Jamie in Lessons / Programming - React  2.24.19  (Source)
Summary - Without using the redux-persist plugin we can easily use localStorage to persist the redux store, or even just parts of the store.
View the source video from Dan Abramov for exactly how to persist the store or parts of the store to localStorage.

Also watch his other videos in that egghead course for tips on better improving your react and redux code.