DEV Community

Discussion on: Top 10 React Hook libraries

 
steventhan profile image
Steven Than

Well, then you're too quick to dismiss the awesome feature useLocalStorage brings just because the code snippet doesn't fully demonstrate it 🤷

Imagine if you have 10 components on the page that use the same local storage value. I rather import useLocalStorage than reimplement the mechanism to listen for changes