Converting Class-based components to Functional components part 1 (Differences)
Before we start converting Classes to Functional components, it's relevant to understand the major differences between them.
The most obvious difference between these components is the way they are declared:
Class component 👇
Functional component �...
dev-tam.hashnode.dev2 min read