githubEdit

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 (codearrow-up-right)

  2. HTML for a Recipe (run itarrow-up-right)

React Elements

  1. Rendering an Element (run itarrow-up-right)

  2. Rendering an Element with Properties (run itarrow-up-right)

  3. Rendering Lists (run itarrow-up-right)

  4. Mapping over Elements (run itarrow-up-right)

  5. Adding Keys (run itarrow-up-right)

React Components

  1. Rendering createElement (run itarrow-up-right)

  2. List Items as props (run itarrow-up-right)

Last updated

Was this helpful?