Stateless components in React are also known as ________ components.

  • Pure Components
  • Functional Components
  • Dynamic Components
  • Class Components
Stateless components in React are also known as Functional Components. These components are defined as JavaScript functions and do not have internal state management. They receive props and render content based on those props. The other options do not accurately describe stateless components.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *