dependabot[bot] 6ea390df81 Bump qs from 6.5.2 to 6.5.3 in /example
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.5.2...v6.5.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-10 13:32:14 +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

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%