react-props-and-expressions Flashcards
1
Q
What are props in React?
A
They are objects that are used to access information and add it them to the page.
2
Q
How do you pass props to a component?
A
By setting “props” as the paramenter.
3
Q
How do you write JavaScript expressions in JSX?
A
By surrounding it with { }.