React-Props-and-Expressions Flashcards
1
Q
What are props in React?
A
Props are the information that you pass to a JSX tag
2
Q
How do you declare and access props in a component?
A
You can declare props by passing them as arguments of the component
3
Q
How do you pass props to a component?
A
Add them to the JSX tag like you would with HTML attributes
4
Q
How do you write JavaScript expressions in JSX?
A
The JavaScript expression must be set inside a pair of curly braces