React Fundamentals
Outline
- : React Fundamentals Welcome
- : Basic JS "Hello World"
- : Generate DOM Nodes Solution, solution
- : Generate DOM Nodes Solution, extra credit
- : Intro to Raw React APIs
- : Raw React APIs, solution
- : Nested Elements, extra credit
- : Break Time
- : Using JSX
- : Write Markup with JSX, solution
- : Interpolate className and Children, extra credit
- : Spread Props, extra credit
- : Create Custom Components
- : Render JSX From Functions, solution
- : React.createElement, extra credit
- : JSX, extra credit
- : Validation with PropTypes, extra credit
- : Use prop-types Package, extra credit
- : React Fragments, extra credit
- : Styling
- : style Prop, solution
- : Create a Custom Component, extra credit
- : Accept a Size Prop to Encapsulate Styling, extra credit
- : Break Time
- : Forms
- : Form Basics, solution
- : Using refs, extra credit
- : Validate lower-case, extra credit
- : Control the Input Value, extra credit
- : Rendering Arrays
- : Rendering Arrays, solution
- : Focus demo, extra credit
- : Outro