MemotivaComponent Lifecycle

What is a stateless component?

Component Lifecycle

Audio flashcard · 0:10

Nortren·

What is a stateless component?

0:10

A stateless component is one that does not manage its own state and simply renders output based on props. In modern React, any functional component that does not use state hooks is effectively stateless.