Hello, in this tutorial, we'll learn how to insert dynamic strings into your React application.
What this mean is that instead of hard coding values in the HTML, as you saw in the Components tutorial, you can insert variables, properties or logic into the page.
The term for this, is called Interpolation.