Join our newsletter!
Get exclusive content, resources, and more!
1-2 emails per week, no spam
Outline
Outline
In this video, we'll cover two use cases for JSX:
✅ Looping over values
✅ Conditionals
Up until now, we've only dealt with props that were single values. But using lists in web applications is a very common use case, so let's dive in to how we'd do that.