Hooks in React
Overview
Hooks allow you to use other React features without writing a class.
It provides function components to have access to state.
It also provides a way to write reusable and stateful logic.
Why Hooks are useful in React
In previously, when we n...
blog.artixun.com4 min read