# react-foundation **Repository Path**: Fcck/react-foundation ## Basic Information - **Project Name**: react-foundation - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # react-foundation course Videos: Slides: in `*.md` here Code: in `code` here --- # TOC # Module 1: Baby Steps 1. Hello World 1. JSX 1. Babel and Webpack 1. Hello World with JSX --- ## Module 2: Component-Based Architecture 1. Composing Components 1. Variables 1. Props 1. States 1. Lists 1. Clock Project --- ## Module 3: User Input 1. Components Methods 1. Browser Events 1. Controlled Components 1. Refs and Uncontrolled Components 1. Timer Project --- ## Module 4: Advancing Components 1. Prop Types and Default Prop Values 1. Higher-Order Components 1. Rendering Children 1. `componentDidMount()` and Other Components Lifecycle Events