React Practice Test
React Components
What is a React component?
Select your answer
A
A CSS class
B
A reusable piece of UI that can accept inputs (props) and return JSX describing what should appear on screen
C
A database table
D
A server endpoint
Hint