Understanding React Custom Hooks
What are Custom Hooks?
Custom hooks are Javascript functions whose name starts with the word use and that may call other Hooks inside them as well. They are created when one wants to reuse the code in several parts of the app and also wants to tidy u...
pranjalmahajan96.hashnode.dev3 min read
Vedanth Bora
Frontend Developer
🔥