employer cover photo
employer logo
employer logo

Skillmine Technology Consulting

Est-ce votre entreprise ?

Question d’entretien chez Skillmine Technology Consulting

What is the difference between functional and class components in React?

Réponse à la question d'entretien

Utilisateur anonyme

27 nov. 2025

I explained that functional components are simpler, use hooks for state and lifecycle, and are preferred in modern React. Class components use lifecycle methods and require this, but are now less common.