React Hooks: UseState
What is a React Hook?
A React hook is a function that allows us to use React features in our functional components. They are especially useful because they enable functional components to have stateful logic, side effects and access to react features...
obeymatuso.hashnode.dev3 min read