State In React Js.
What is a State?
State is simply data that a component can hold over time, necessary for information that it needs to remember throughout the app's lifecycle.
It can also be seen as a components memory.
NOTE When updating the components state, it t...
cybermaxi.hashnode.dev2 min read