ReactJS|State
In the previous article on ReactJS|Props we have talked about What are props? Now What if we want to manage some data inside the component that may change over time. To achieve this React comes with State. Now, what is state? In this article, we will talk about react state in greater detail. What is State? …