dependabot[bot] 9bae5644ee Bump async from 2.6.3 to 2.6.4
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-29 03:49:48 +00:00
2019-12-31 13:30:23 +05:30
2019-12-31 13:30:23 +05:30
2019-12-31 13:30:23 +05:30
2019-12-31 13:30:23 +05:30
2022-04-29 03:49:48 +00:00

some-hooks

Collection of some reusable hooks that I use

NPM JavaScript Style Guide

Install

npm install --save some-hooks

Usage

import * as React from 'react'

import { useMyHook } from 'some-hooks'

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

License

MIT © bendtherules


This hook is created using create-react-hook.

S
Description
Collection of some reusable hooks that I use
Readme
563 KiB
Languages
TypeScript 79.9%
JavaScript 13.5%
HTML 5.7%
CSS 0.9%