1. Урок 1. 00:05:49
    Introduction
  2. Урок 2. 00:04:39
    Tooling
  3. Урок 3. 00:10:34
    create-react-app and dependencies
  4. Урок 4. 00:12:32
    JSX and React Components
  5. Урок 5. 00:13:01
    Scaffolding Home Page
  6. Урок 6. 00:13:28
    Crash course in Props and State
  7. Урок 7. 00:25:19
    Fetching data from TMDB API to Home Component
  8. Урок 8. 00:17:03
    Styled Components 1 - Header
  9. Урок 9. 00:19:19
    Styled Components 2 - Hero Image and props
  10. Урок 10. 00:07:07
    Styled Components 3 - Global Styling
  11. Урок 11. 00:18:53
    Grid and MovieThumb
  12. Урок 12. 00:13:09
    Load More
  13. Урок 13. 00:20:32
    SearchBar - Controlled components
  14. Урок 14. 00:08:16
    Routing with Reach Router
  15. Урок 15. 00:05:38
    Scaffolding Movie Page
  16. Урок 16. 00:15:27
    Fetching data from TMDB API to Movie Component
  17. Урок 17. 00:15:41
    Navigation and MovieInfo
  18. Урок 18. 00:11:17
    MovieInfoBar and Actor
  19. Урок 19. 00:13:04
    PropTypes
  20. Урок 20. 00:13:59
    Persisting state in localStorage and sessionStorage
  21. Урок 21. 00:08:19
    Deploy to Netlify
  22. Урок 22. 00:02:42
    Deploy to own server
  23. Урок 23. 00:07:07
    CLASSES - Refactor SearchBar
  24. Урок 24. 00:11:31
    CLASSES - Refactor Home Component
  25. Урок 25. 00:08:38
    CLASSES - Refactor Movie Component