React Fundamentals

Outline

  1. : React Fundamentals Welcome
  2. : Basic JS "Hello World"
  3. : Generate DOM Nodes Solution, solution
  4. : Generate DOM Nodes Solution, extra credit
  5. : Intro to Raw React APIs
  6. : Raw React APIs, solution
  7. : Nested Elements, extra credit
  8. : Break Time
  9. : Using JSX
  10. : Write Markup with JSX, solution
  11. : Interpolate className and Children, extra credit
  12. : Spread Props, extra credit
  13. : Create Custom Components
  14. : Render JSX From Functions, solution
  15. : React.createElement, extra credit
  16. : JSX, extra credit
  17. : Validation with PropTypes, extra credit
  18. : Use prop-types Package, extra credit
  19. : React Fragments, extra credit
  20. : Styling
  21. : style Prop, solution
  22. : Create a Custom Component, extra credit
  23. : Accept a Size Prop to Encapsulate Styling, extra credit
  24. : Break Time
  25. : Forms
  26. : Form Basics, solution
  27. : Using refs, extra credit
  28. : Validate lower-case, extra credit
  29. : Control the Input Value, extra credit
  30. : Rendering Arrays
  31. : Rendering Arrays, solution
  32. : Focus demo, extra credit
  33. : Outro