Question d’entretien chez MSquare Technologies

what are class based components?

Réponse à la question d'entretien

Utilisateur anonyme

14 juin 2022

React class based components are the bread and butter of most modern web apps built in ReactJS. These components are simple classes (made up of multiple functions that add functionality to the application). All class based components are child classes for the Component class of ReactJS.