rehooks / local-storage

React hook which syncs localStorage[key] with the comp.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: readStorage method

incompletude opened this issue · comments

Sometimes you need to access storage values outside of a React component, so it would be nice to have a readStorage along side writeStorage.

@incompletude as this is a hook, and accessing localStorage outside of react is pretty straightforward. Let me know if you think otherwise.