React hooks collections for common usage.
https://frezc.github.io/react-hooks-common
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
yarn install
yarn start
# open http://localhost:3000
Feel free to submit issues or pull requests.