react-hooks-crocode
1.0.1 • Public • Published
react-hooks
A collection of useful react-hooks
Install
npm install --save react-hooks-crocode
Use
import { useLocalStorage } from 'react-hooks-crocode';
const MyComponent = (props) => {
const [token, setToken] = useLocalStorage('TOKEN'); // by default, token = null
}
Hooks
useSessionStorage
useLocalStorage
Versions
Version | Downloads (Last 7 Days) | Tag |
---|
1.0.1 | 1 | latest |
Version History
Version | Downloads (Last 7 Days) | Published |
---|
1.0.1 | 1 | |
1.0.0 | 0 | |
Package Sidebar
Install
npm i react-hooks-crocode
Weekly Downloads