React.js useState Hook
The useState hook is one of the most common and most essential hooks in React.
The useState hook takes one argument at a time, the initial state and it returns 2 values: the current state and a state case that can be assigned dynamically.
What is th...
tonie.hashnode.dev4 min read