1. Урок 1. 00:09:06
    Course Overview & Setup
  2. Урок 2. 00:06:23
    Writing a Component Test with Jest
  3. Урок 3. 00:06:42
    Jest Snapshot Tests
  4. Урок 4. 00:00:41
    Creating a Jest CLI Script
  5. Урок 5. 00:04:00
    Testing Component Methods
  6. Урок 6. 00:02:01
    Jest Watch
  7. Урок 7. 00:05:04
    Code Coverage
  8. Урок 8. 00:04:48
    Testing Philosophy & Q&A
  9. Урок 9. 00:05:17
    Install Emotion & Extract a Module
  10. Урок 10. 00:04:49
    Styling Components with Emotion
  11. Урок 11. 00:06:47
    Reusing Styles with JavaScript
  12. Урок 12. 00:03:36
    Emotion Q&A
  13. Урок 13. 00:03:11
    Animation with Emotion
  14. Урок 14. 00:07:29
    Why Emotion & CSS in JS
  15. Урок 15. 00:06:44
    React Loadable
  16. Урок 16. 00:04:43
    Why Code Split & Q&A
  17. Урок 17. 00:05:02
    Splitting All Components
  18. Урок 18. 00:08:11
    Loading Modal HTML Asynchronously
  19. Урок 19. 00:02:19
    Prefetch
  20. Урок 20. 00:02:17
    Code Splitting Without Loadable
  21. Урок 21. 00:05:47
    Redux Overview
  22. Урок 22. 00:05:11
    Creating the Store
  23. Урок 23. 00:05:13
    Root Reducer
  24. Урок 24. 00:06:27
    Creating a Reducer
  25. Урок 25. 00:03:40
    Recap & Testing a Reducer
  26. Урок 26. 00:07:00
    Adding More Reducers
  27. Урок 27. 00:06:20
    Action Creators & Actions
  28. Урок 28. 00:07:28
    Connecting to React with react-redux
  29. Урок 29. 00:10:38
    Redux Thunks & Dispatch
  30. Урок 30. 00:04:02
    Refactoring React to Use Redux
  31. Урок 31. 00:11:28
    Connecting Actions to the Search Box
  32. Урок 32. 00:08:56
    Redux Dev Tools
  33. Урок 33. 00:04:56
    Q&A and Other State Management Tools
  34. Урок 34. 00:03:46
    Why Server Side Rendering
  35. Урок 35. 00:06:37
    Running React in Node.js
  36. Урок 36. 00:03:40
    Building Your Project for Production
  37. Урок 37. 00:13:30
    Rendering Generated Markup
  38. Урок 38. 00:05:31
    renderToNodeStream
  39. Урок 39. 00:11:57
    Preact
  40. Урок 40. 00:03:06
    Building for Production
  41. Урок 41. 00:05:53
    Code Organization
  42. Урок 42. 00:07:35
    TypeScript
  43. Урок 43. 00:04:33
    Adding Types to a React Component
  44. Урок 44. 00:05:11
    Switching from ESLint to TSLint
  45. Урок 45. 00:09:28
    Converting the App to TypeScript
  46. Урок 46. 00:06:52
    Typing the Carousel Component
  47. Урок 47. 00:10:43
    Typing Pet & Search Component
  48. Урок 48. 00:09:42
    Typing the Rest of the App
  49. Урок 49. 00:03:08
    Wrap Up Typing & Q&A