DEV Community

Cover image for react-use-localstorage

react-use-localstorage

Sung M. Kim on October 26, 2018

Photo by Chris Scott on Unsplash React Hooks was just announced today at React Conf 2018. You can check the official documentation & also fol...
Collapse
 
andreasklinger profile image
Andreas Klinger ✌️️

why do you also save into state? for re-renders?

Collapse
 
dance2die profile image
Sung M. Kim • Edited

That's a great observation, Andreas.

It's to turn <input /> into a controlled component, which makes input's state to be controlled by React (one source of truth for state)

Collapse
 
csulit profile image
Christian Angelo M Sulit

I like it!