hooks-storage
v0.2.0
Published
React hooks library
Downloads
16
Maintainers
Readme
hooks-storage
React hooks library:
- useAsync - react hook to use async functions;
- useOnClickOutside - react hook to handle click out side of the element;
- useMemoCompare;
- useLocalStorage - sync state to local storage so that it persists through a page refresh;
- useKeyPress - key press hook;
Full API documentation - Learn about each helper