Domanda di colloquio di MSquare Technologies

what are class based components?

Risposta di colloquio

Anonimo

14 giu 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.