Understanding JSX

Learn to use the Babel REPL to code with JSX.

We'll cover the following

How to use Babel REPL

In this section, we’re going to understand JSX, which we briefly touched on this in the sections on “Understanding the ASP.NET React Template.” We already know that JSX isn’t valid JavaScript and that we need a preprocessor step to convert it into JavaScript. We are going to use the Babel REPL to play with JSX to get an understanding of how it maps to JavaScript by carrying out the following steps:

  1. Open Babel in the following widget, and enter the following JSX in the left-hand pane:

Get hands-on with 1200+ tech skills courses.