react-function-components Flashcards
1
Q
What is a React component?
A
Components are reusable parts of the UI. It can be as small as buttons and big as the navbar or the entire page.
2
Q
How do you define a function component in React?
A
Writing a JavaScript function with capital letters in the name that returns a JSX element.