REACT HOOKS: What Are They?
STATE
In React, the term "state" refers to an object that represents the current condition or data of a component.
The state allows a React component to keep track of changing information, and when the state of a component changes, React automaticall...
devjobalia.hashnode.dev5 min read