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