Login
From:
www.joshwcomeau.com
(Uncensored)
subscribe
Persisting React State in localStorage • Josh W. Comeau
https://www.joshwcomeau.com/react/persisting-react-state-in-localstorage/
links
backlinks
Roast topics
Find topics
Find it!
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!