Welcome to Brannon's Reading Notes!

This serves as my personal page to keep and update my reading notes for Code Fellows Courses 201, 301, and 401.

Reading 38

Thinking in React

  1. Break The UI Into a Component Hierarchy
    • Essentially, wireframing with component name labels
    • Hierarchy works like a nested list.
  2. Build a Static Version in React
    • No interactivity at this point, no state
  3. Identify the Minimal Representation of UI State
  4. Identify Where your State Should Live
  5. Add Inverse Data Flow

Source: https://reactjs.org/docs/thinking-in-react.html