MemotivaReact Fundamentals and JSX

What is a React component?

React Fundamentals and JSX

Audio flashcard · 0:10

Nortren·

What is a React component?

0:10

A React component is a reusable, self-contained piece of UI. It is typically a JavaScript function or class that accepts inputs called props and returns React elements describing what should appear on the screen.