dy / unihooks

Universal unreacted hooks
MIT License
21 stars 1 forks source link

use-local-storage ref #5

Closed dy closed 5 years ago

dy commented 5 years ago

crooks/use-local-storage

const [state, setState] = useLocalStorage("LOCAL_STORAGE_KEY", initialValue)

use-store

dy commented 5 years ago

Done