1. Урок 1. 00:22:26
    Introduction and Philosophy behind React Router v4
  2. Урок 2. 00:05:07
    URL Parameters with React Router v4
  3. Урок 3. 00:03:04
    (Solution) URL Parameters
  4. Урок 4. 00:19:34
    Nested routes with React Router v4
  5. Урок 5. 00:12:29
    (Solution) Nested Routes
  6. Урок 6. 00:04:14
    Pass props to a component rendered by React Router v4
  7. Урок 7. 00:02:32
    (Solution) Passing Props
  8. Урок 8. 00:07:04
    Programmatically navigate using React Router v4
  9. Урок 9. 00:02:56
    (Solution) Programmatically Navigate (Declarative)
  10. Урок 10. 00:01:58
    (Solution) Programmatically Navigate (Imperative)
  11. Урок 11. 00:05:54
    Query Strings with React Router v4
  12. Урок 12. 00:03:10
    (Solution) Query Strings
  13. Урок 13. 00:06:39
    Handling 404 pages (catch all routes) with React Router v4
  14. Урок 14. 00:02:42
    (Solution) Catch All Routes
  15. Урок 15. 00:05:44
    Ambiguous Matches with React Router v4
  16. Урок 16. 00:03:11
    (Solution) Ambiguous Matches
  17. Урок 17. 00:04:19
    Pass props to React Router v4's Link component
  18. Урок 18. 00:04:19
    (Solution) Passing Props to Link
  19. Урок 19. 00:07:05
    Rendering a Sidebar or Breadcrumbs with React Router v4
  20. Урок 20. 00:04:08
    (Solution) Sidebar
  21. Урок 21. 00:06:35
    Customizing your own Link component with React Router v4
  22. Урок 22. 00:02:19
    (Solution) Customizing Link
  23. Урок 23. 00:04:47
    Project - Introduction and Starter Files with Create React App
  24. Урок 24. 00:05:14
    Project - Given code for Project
  25. Урок 25. 00:05:12
    Project - Setting up the initial routes
  26. Урок 26. 00:01:47
    Project - Setting up a catch-all (404) route
  27. Урок 27. 00:04:03
    Project - Setting up the Home route
  28. Урок 28. 00:14:23
    Project - Fetching the players
  29. Урок 29. 00:07:28
    Project - Rendering the players
  30. Урок 30. 00:03:09
    Project - Fetching the teams
  31. Урок 31. 00:11:23
    Project - Rendering the teams
  32. Урок 32. 00:15:44
    Project - Setting up the teams page
  33. Урок 33. 00:05:48
    Project - Fetching the team's articles
  34. Урок 34. 00:08:06
    Project - Rendering the team's articles
  35. Урок 35. 00:05:18
    Project - Creating a Loading component
  36. Урок 36. 00:22:52
    Animated Transitions with React Router v4
  37. Урок 37. 00:04:01
    (Solution) Animated Transitions
  38. Урок 38. 00:04:55
    Project - Adding in Animated Transitions
  39. Урок 39. 00:15:54
    Code Splitting with React Router v4
  40. Урок 40. 00:02:45
    (Solution) DynamicImport
  41. Урок 41. 00:01:41
    (Solution) React.lazy
  42. Урок 42. 00:07:06
    Project - Code Splitting
  43. Урок 43. 00:18:39
    Protected routes and authentication with React Router v4
  44. Урок 44. 00:05:09
    (Solution) Protected Routes
  45. Урок 45. 00:08:47
    Preventing transitions with React Router v4
  46. Урок 46. 00:02:51
    (Solution) Preventing Transitions
  47. Урок 47. 00:10:19
    Route Config with React Router v4
  48. Урок 48. 00:05:47
    (Solution) Route Config
  49. Урок 49. 00:52:40
    (Bonus) Server Rendering with React and React Router v4
  50. Урок 50. 00:10:44
    (Bonus) Recursive paths with React Router v4