What is a React component?React Fundamentals and JSXAudio flashcard · 0:10Nortren·April 6, 2026What is a React component?0:10A 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.