useState and useEffect hook. What are hooks and how do we use useState and useEffect hook?
Why we should use hooks?
Hooks are a way to manage state logic in functional components. They allow you to reuse stateful logic between components and can make it easier to test components.
Some benefits of using hooks:
With hooks, you can use funct...
somidhroy.hashnode.dev4 min read