1.1.2 • Published 6 years ago

custom-react-hooks v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 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

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.2

6 years ago

1.0.3

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago