Know and Hold your useState Hook
What is Hook?:
The hook is a very good tool in React. It was added to React in Version 16.8. Hooks allow functional components to have access to state and other React features. This makes class components not to be needed. Since the introduction of H...
peteromeke.hashnode.dev3 min read