employer cover photo
employer logo
employer logo

Skillmine Technology Consulting

Is this your company?

Skillmine Technology Consulting interview question

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

Interview Answer

Anonymous

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.