React Essentials

Join the React Bootcamp

The React Bootcamp is 5 full weeks of professional React training to take you from wherever you are to top-tier React programmer in record time.

Lifetime Access

$79
Complete Package
Become a React Pro
Problem

Dynamic Data with Curly Braces

Finish the Banner component using the bannerData object and all of the values on it.

Use the curly braces syntax to display all of the data within this object in the right places in the UI.

This lesson is part of the full version of the React Bootcamp.

Click here to purchase.
Already joined? Log in here

Transcript

Right now we're making this banner component.

And of course, we're using JSX. Aside from the class names here, which might be a little bit unusual to you to look at these camel case attributes, everything looks pretty similar to just plain HTML.

These are all React elements. And we saw the dynam...