dependabot[bot] 30c5e4e439 Bump url-parse from 1.4.7 to 1.5.10
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.10)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-26 21:53:52 +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-02-26 21:53:52 +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%