react-hooks-common
v0.3.8
Published
some common react hooks collection
Downloads
6
Maintainers
Readme
react-hooks-common
React hooks collections for common usage.
Doc & Demo
https://frezc.github.io/react-hooks-common
Install
yarn add react-hooks-common
Since this module uses React's new Hooks feature,
to try this out you'll need to install at least version 16.8.0
of react
and react-dom
:
yarn add react@^16.8.0 react-dom@^16.8.0
Dev
yarn install
yarn start
# open http://localhost:3000
Feel free to submit issues or pull requests.