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
This question is part of this quiz :
Functional Components