Introduction to React Hooks
What is React Hooks?
It is a new feature that was added to ReactJS with version 16.8 that allows you to use functional components to achieve the same results as with class-based components.
In previous versions of React, for example, you will need to...
steffy.hashnode.dev5 min read