Component methods vs Hooks in React
Hooks are addition in React.js, available from version 16.8. They let you use state and other React features without writing a class.
Let's see how React components can be refractored to use React Hook useEffect() instead of the main lifecycle metho...
rahulism.hashnode.dev2 min read