DEV Community

Discussion on: React hooks: useSessionStorage and useLocalStorage

Collapse
 
link2twenty profile image
Andrew Bone

This is a cool approach for keeping data synced with storage. I faced a similar problem a while ago and came up with a not too dissimilar solution though it's more of a wrapper for storage rather than a direct line in and out of it.

Collapse
 
saulodias profile image
Info Comment hidden by post author - thread only visible in this permalink
Saulo Dias • Edited

To be honest the idea is not mine I just refined the validation a little bit and wrote it using TypeScript. I didn't credit the original author because it was late and I was tired, but as soon as I find it I'll edit the post. 😅

Edit: I have updated the post with a link to the original article.

Collapse
 
andrewbaisden profile image
Andrew Baisden

Great article.

Some comments have been hidden by the post's author - find out more