![NPM](https://img.shields.io/npm/l/react-hyperhooks)
Hyperhook is a fast and high-performance library that is free and open source, allowing you to use pre-written and simple-to-use React.js hooks without needing anything other than importing them.
Speed up your React.js app development with the growing hook library:
- useCss
- useInputValue
- useInternetStatus
- useLocalStorage
- useScript
- useScrollPosition
- useStyle
- useTitle
- useToggle
- useWindowSize
Getting Started
If you already have a React project, you do not need to install it. You can start using it by just downloading hyperhooks
.
bun create vite my-app --template react
npx create vite
bun install react-hyperhooks
It also works outside of your local machine where you can run React.js and install packages. (like Replit)
Contribute
We are open to every contribution and person who will contribute ❤️
Currently, we have no rules other than the basic rules such as comply with the .prettierrc
spelling rules and write code that is as performant as possible. However, we would appreciate it if you try to be careful while contributing.
Local Development
git clone https://github.com/kad1rr/hyperhooks.git
cd hyperhooks
License
MIT