react-localstorage-hooks
Version:
A collection of React hooks for reactively managing localStorage
5 lines (4 loc) • 413 B
TypeScript
export { default as useLocalStorageState } from './useLocalStorageState/useLocalStorageState';
export { default as useLocalStorageSelector } from './useLocalStorageSelector/useLocalStorageSelector';
export { default as useLocalStorageReducer } from './useLocalStorageReducer/useLocalStorageReducer';
export { default as createLocalStorageDispatch } from './createLocalStorageDispatch/createLocalStorageDispatch';