In this intro to my series on hooks, we cover the useState hook and how to use it. Many of us have spent most of our time in React working with class components. They are comfy, and we understand them. But the future is here, and hooks are the future…