Understanding React Hooks
In the early days of React, functional components were not efficient. If you needed state or lifecycle methods, you had to refactor to a Class component. Then, hooks arrived, and everything changed.
T
coderxlr8.hashnode.dev3 min read