Understanding React Hooks
React hooks are functions that let us use react state and lifecycle inside functional components. They were initially introduced in react16.8. They eliminate the need for class components.
Why Hooks?
They help us write cleaner reusable code
They ar...
royaltechsis.hashnode.dev3 min read