dependabot[bot] f895ee4e3b Bump follow-redirects from 1.9.0 to 1.14.8
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.9.0 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.9.0...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

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