State, props and Hooks
So far, we have learned about components. Now let's explore how to add and manage dynamic content in components.
What is State in React?
State in React is an object that contains information about the component, including its properties and their val...
devwithavatar.hashnode.dev6 min read