React Hooks
This is my first react package that I display for the community. I have using this on my projects since I have learned to use React. By this I mean, that the overall hooks of this package, has been moduled by a time since then. I'll really appreciete if you guys give me a feedback, pull request or whatever. All hooks has been made by using Next.js in mind.
With npm do:
npm install @vorlefan/react-hooks
With yarn do:
yarn add @vorlefan/react-hooks
Documentation
You guys can access the 'Docs' folder of this project to have access of the documentation of each hooks.
Highlight
- Rangle application with this package
- Easy to use
- Good to maintain
Example
Please, take a look at the 'example' folder of this repository. To get a better look at the usage of each hooks, I recommend to clone the folder 'example', and run up 'npm install / yarn install' and then, 'yarn build' followed by 'yarn dev'.