- Publié le
TIL#4 - Hooks
127 words1 min read
- Auteur
- Nom
- Abdulaziz Mashrabov
Most of you have probably heard about custom hooks.
Custom hooks can take your app to the next level. The official React docs have a great content about custom hooks,
Building your own Hooks lets you extract component logic into reusable functions.
In this repo you will find some custom hooks you can use, Even though these hooks are custom. There is no need to re-invent the wheel.
Take a look and see if you can use some of those custom hooks.