Introducing JSX
JSX is the markup language that makes it easier to create React components
We'll cover the following...
JSX
You might have seen React code samples floating around, and something that might’ve struck you is the weird HTML-ish ...