Class Based Components
Class-based components in React are JavaScript classes that extend the React.Component class and define a render() method that returns a React element.
In React, a class-based component is a type of component that is defined using the ES6 class synta...
disha.hashnode.dev1 min read