LearningFuze > react-props-and-expressions > Flashcards
What are props in React?
object that is used to pass data between react
How do you pass props to a component?
state the component name and key and value. (props.name).
How do you write JavaScript expressions in JSX?
inside curly braces.