Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай React Router v6, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:10:26
    The Missing Introduction to React Router
  2. Урок 2. 00:08:48
    Project Walkthrough and Install
  3. Урок 3. 00:04:30
    Introducing the <BrowserRouter />
  4. Урок 4. 00:04:59
    <Route /> and Path declarations
  5. Урок 5. 00:10:35
    Switching <Route /> elements with <Routes />
  6. Урок 6. 00:03:50
    Handling 404 Not Found routes
  7. Урок 7. 00:03:44
    Redirecting 404 Not Found routes
  8. Урок 8. 00:05:39
    Navigating to routes with <Link />
  9. Урок 9. 00:04:44
    Active link states with <NavLink />
  10. Урок 10. 00:02:49
    Active styles on <NavLink />
  11. Урок 11. 00:07:25
    Nested Routes and <Outlet />
  12. Урок 12. 00:10:27
    Fetching Data in Nested Routes
  13. Урок 13. 00:13:39
    Relative and Absolute Navigation with <Link />
  14. Урок 14. 00:05:28
    Creating Dynamic Routes
  15. Урок 15. 00:05:07
    Reading Route Params with useParams() Hook
  16. Урок 16. 00:13:57
    Fetching Dynamic Data with Route Params
  17. Урок 17. 00:04:34
    Programmatic Navigation with useNavigate()
  18. Урок 18. 00:02:56
    Replacing Router State on Navigation
  19. Урок 19. 00:05:46
    Passing State on Navigation alongside useLocation()
  20. Урок 20. 00:04:19
    Understanding Navigation Deltas with useNavigate()
  21. Урок 21. 00:07:33
    Domain-Driven Nested Routes
  22. Урок 22. 00:08:29
    Restricting Access with a <ProtectedRoute /> Component
  23. Урок 23. 00:04:53
    Re-investigating Relative <Link /> Paths
  24. Урок 24. 00:06:52
    Using <Link /> with Nested Routes
  25. Урок 25. 00:18:20
    Creating a new Product from a Form
  26. Урок 26. 00:06:40
    Redirecting upon Product Create
  27. Урок 27. 00:04:33
    Retrieving an existing Product
  28. Урок 28. 00:04:29
    Updating an existing Product
  29. Урок 29. 00:04:12
    Deleting an existing Product
  30. Урок 30. 00:05:53
    Passing Props to Routed Components
  31. Урок 31. 00:06:27
    Reading Search Params with useSearchParams()
  32. Урок 32. 00:10:53
    Syncing Search Param State with UI State
  33. Урок 33. 00:10:24
    Rendering UI from Search Param State
  34. Урок 34. 00:05:14
    Scrolling to Top after Route Transitions
  35. Урок 35. 00:10:35
    Object-based Route Config with useRoutes()
  36. Урок 36. 00:10:08
    Code Splitting and Lazy-Loading Components
  37. Урок 37. 00:11:21
    Creating a Suspense-ready Lazy-Load Component