Become a Hooks Pro: A Hands-on Guide to useState and useEffect in React
What is the purpose of hooks?
Hooks allow you to use state and other React features without writing a class. This means you can use React without having to learn about classes, which can be confusing for some people.
Hooks make it easier to reuse s...
vaibhavtyagi.hashnode.dev10 min read