React Custom Hooks
What are Custom Hooks
A custom Hook is a JavaScript function only difference is that the name of custom Hook starts with "use"A custom Hook can call other Hooks.A custom Hook is just like a regular function, and the word "use" in the beginning tells ...
abhinandan9.hashnode.dev3 min read