Understanding react hooks
Vol 1. useState
Introduction
useState is one of the React hooks. And its use can not be over-emphasized. It comes in handy when building a React app.
In React there is what we call the state of an application. This is quite different from when dealin...
michado2019.hashnode.dev4 min read