Skip to content

tejasupmanyu/common-custom-hooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

common-custom-hooks ⚛️ is a custom react hooks library, focusing on providing simple and performant custom hooks for common use cases.

Gives the following useful custom hooks -

  • usePrevious
  • useIsMobile
  • useOnChange
  • usePrevious
  • useWindowSize
  • useKeypress
  • useToggle

...and more in upcoming releases.

Usage

Inside your React project, add common-custom-hooks using,

yarn add common-custom-hooks

or with npm:

npm install common-custom-hooks

Issues & Help

  • Raise an issue if you find one.
  • PRs and feature requests welcome! 🎉

License

The MIT License.

Releases

No releases published

Packages

No packages published