Explain the term stateless components
Stateless components are pure functions that render DOM-based solely on the properties provided to them.
Stateless components are pure functions that render DOM-based solely on the properties provided to them.