react-props-and-expressions Flashcards
1
Q
What are props in React?
A
they are objects that hold properties of declared key/value pairs (where the key is the property)
2
Q
How do you pass props to a component?
A
ComponentName key=”value” /
3
Q
How do you write JavaScript expressions in JSX?
A
surrounding the expressions in curly braces