Chapter 4 : Pure React

If you take the time to understand what is going on behind the scenes you will be more efficient, especially when it comes time to debug.

Samples

Page Setup

  1. HTML Document Setup (code)

  2. HTML for a Recipe (run it)

React Elements

  1. Rendering an Element (run it)

  2. Rendering an Element with Properties (run it)

  3. Rendering Lists (run it)

  4. Mapping over Elements (run it)

  5. Adding Keys (run it)

React Components

  1. Rendering createElement (run it)

  2. List Items as props (run it)

Last updated