Skip to content

Latest commit

 

History

History
 
 

readme.md

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

  • HTML Document Setup (code)

React Elements

  • HTML for a Recipe (demo, code)
  • React Elements (1, 2, 3)
  • Constructing Elements with Data (4, 5)

React Components

  • React.createClass (1, 2, 3)
  • React.Component (4)
  • Stateless Functional Component (5)

DOM Rendering

Factories

  • DOM Factories (1, 2, 3)
  • Component Factories (4)