Persisting React State in localStorage
A common thing in React development is that we want to store a bit of React state in localStorage, and re-initialize from that value on the next page-load. This quick tutorial shows you how we can build a custom hook that does exactly this!
Sources
- T2Persisting React State in localStorageMartin Fowler / Overreacted / Kent C. Dodds / Josh Comeau