Difference between Functional based and Class based Components
Syntax: Functional components are declared as functions, while class-based components are declared as classes.
State management: Class-based components can have state, which is managed through the this.state object and can be updated using the this....
disha.hashnode.dev2 min read