Chapter 5 : React with JSX

The alternative to typing out verbose React.createElement calls is JSX, a JavaScript extension that allows us to define React elements using syntax that looks similar to HTML.

Samples

Recipes App with JSX

Code Sandbox Recipe App

Last updated