DEV Community

Discussion on: HowTo: Custom React localStorage Hook ⚓

Collapse
 
miketalbot profile image
Mike Talbot ⭐ • Edited

Ah I was thinking of adding and event handler for window 'storage' event using useEffect and then refreshing the value if it changed.