Pergunta de entrevista da empresa MSquare Technologies

what are class based components?

Resposta da entrevista

Sigiloso

14 de jun. de 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.