1.1.2 • Published 5 years ago

custom-react-hooks v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Custom React Hooks

Simple, but very useful react custom hooks:

  • usePreviousState
  • useFetch
  • useLocalStorage
  • useOnline
  • useWindowEventListener
  • useClickOutside
  • useScrollPosition
  • useMousePosition
  • useWindowDimensions
  • useTimeout
  • useInterval
  • useDebouncedValue
  • useDebouncedFunction
  • useThrottledFunction

Install

Inside your React project, run:

yarn add custom-react-hooks

or with npm:

npm install custom-react-hooks

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago