utahidaho

handy react hooks

Usage no npm install needed!

<script type="module">
  import utahidaho from 'https://cdn.skypack.dev/utahidaho';
</script>

README

utah

handy react hooks

NPM JavaScript Style Guide

Install

npm install --save utah

Usage

import React, { Component } from 'react'

import { useMyHook } from 'utah'

const Example = () => {
  const example = useMyHook()
  return (
    <div>{example}</div>
  )
}

License

MIT © Jacobugath


This hook is created using create-react-hook.