React | Functional components | Question 4

Last Updated :
Discuss
Comments

What is a stateless component in React?

A component that uses hooks for state management

A component that doesn't manage or store state

A component that renders its state

A component that only uses class-based syntax

Share your thoughts in the comments