react-hooks-common

some common react hooks collection

Usage no npm install needed!

<script type="module">
  import reactHooksCommon from 'https://cdn.skypack.dev/react-hooks-common';
</script>

README

react-hooks-common

travis Codecov Coverage 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.