Functional and Class Components in React
Functional vs Class Components in React
a component represents the part of the user interface
components are reusable and can be used anywhere in the user interface
functional component
First of all, the apparent difference is the syntax. Like in t...
ravindrapv.hashnode.dev2 min read