react-simple-hooks

Collection of simple react hooks

Usage no npm install needed!

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

README

React simple hooks collection

How to install?

Install using npm install --save react-simple-hooks

How to use?

Import:

import { useForm, useLocalStorage } from 'react-simple-hooks';