react-helpers-ogdeprecated

my components and utils for react

Usage no npm install needed!

<script type="module">
  import reactHelpersOg from 'https://cdn.skypack.dev/react-helpers-og';
</script>

README

react-helpers-og

NPM version NPM license NPM total downloads NPM monthly downloads

Some useful hooks and utils for React

Getting started

Install package via npm:

npm install --save react-helpers-og

Usage

import { useRect, merge } from 'react-helpers-og';

...or you can directly import what you need:

import useRect from 'react-helpers-og/src/hooks/useRect';
import merge from 'react-helpers-og/src/utils/merge';

Documentation

Hooks

License

react-helpers-og is available under the MIT License.