Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай The No-BS Solution for Enterprise-Ready Next.js Applications, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:05:55
    Welcome to Pro Next.js
  2. Урок 2. 00:04:38
    Why You Should Choose Next.js
  3. Урок 3. 00:02:46
    When Not to Use Next.js
  4. Урок 4. 00:04:17
    The React, Next.js, and Vercel Controversy
  5. Урок 5. 00:07:57
    Create and Deploy a Next.js Application
  6. Урок 6. 00:01:50
    An Overview of the First Application
  7. Урок 7. 00:01:41
    Create Your First Route
  8. Урок 8. 00:03:33
    Add a Header Using Layout
  9. Урок 9. 00:05:00
    Choosing a SSR Framework or a SPA System
  10. Урок 10. 00:12:45
    Client vs. Server Components in Next.js
  11. Урок 11. 00:14:27
    Add Authentication with NextAuth.js
  12. Урок 12. 00:03:03
    NextAuth v5 Update
  13. Урок 13. 00:07:39
    Composition in Next.js: Understanding Client and Server Components
  14. Урок 14. 00:15:01
    Intro to Server Actions
  15. Урок 15. 00:08:58
    Add Interactivity with Next.js Server Actions
  16. Урок 16. 00:11:05
    Store Chat Data in a Database
  17. Урок 17. 00:12:46
    File-Based Routing with App Router
  18. Урок 18. 00:09:47
    Adding Parameterized Routes to a Next.js App
  19. Урок 19. 00:08:21
    Access Data with React Server Components
  20. Урок 20. 00:06:47
    Implement Parallel Routes for a Chat Menu Sidebar
  21. Урок 21. 00:07:30
    Implement Streaming AI Responses
  22. Урок 22. 00:00:39
    What You've Learned So Far
  23. Урок 23. 00:03:18
    Styling Next.js App Router Applications
  24. Урок 24. 00:04:18
    Create a Layout with CSS Modules
  25. Урок 25. 00:08:52
    Refine the Layout with CSS Modules
  26. Урок 26. 00:03:47
    Getting Started with Tailwind CSS
  27. Урок 27. 00:03:04
    Configure Container Queries with Tailwind CSS
  28. Урок 28. 00:02:33
    Combine CSS Modules with Tailwind CSS
  29. Урок 29. 00:06:25
    Intro to Meta's StyleX
  30. Урок 30. 00:03:03
    Finish Styling with StyleX
  31. Урок 31. 00:04:36
    Styling with Material UI's Pigment CSS
  32. Урок 32. 00:04:41
    Finish Styling with Pigment CSS
  33. Урок 33. 00:01:41
    Styling with Emotion
  34. Урок 34. 00:03:16
    Comparing Emotion with Tailwind and Pigment
  35. Урок 35. 00:02:21
    Introduction to Component Libraries
  36. Урок 36. 00:11:06
    shadcn/ui - Blog App Overview
  37. Урок 37. 00:07:11
    Park UI
  38. Урок 38. 00:05:30
    Bootstrap
  39. Урок 39. 00:06:07
    Ant Design
  40. Урок 40. 00:06:51
    Material UI
  41. Урок 41. 00:05:33
    Chakra UI
  42. Урок 42. 00:04:57
    Wedges
  43. Урок 43. 00:06:58
    NextUI
  44. Урок 44. 00:05:45
    Mantine
  45. Урок 45. 00:01:35
    Building a Strong Foundation
  46. Урок 46. 00:05:50
    Setting up ESLint and Prettier
  47. Урок 47. 00:05:54
    Organizing Component Files
  48. Урок 48. 00:01:55
    Organizing Components into Directories
  49. Урок 49. 00:02:47
    Importing Component Files
  50. Урок 50. 00:07:09
    Component Locations
  51. Урок 51. 00:04:50
    Setting up Storybook with Next.js
  52. Урок 52. 00:07:33
    Testing with Jest
  53. Урок 53. 00:03:42
    Testing Async RSCs with Jest
  54. Урок 54. 00:07:26
    Testing with Vitest
  55. Урок 55. 00:02:11
    Testing Async RSCs with Vitest
  56. Урок 56. 00:05:29
    End-to-End Testing with Cypress
  57. Урок 57. 00:04:56
    E2E Testing with Playwright
  58. Урок 58. 00:14:55
    Check Bundle Size with GitHub Actions and Husky
  59. Урок 59. 00:04:04
    Should You Use a Monorepo?
  60. Урок 60. 00:06:17
    Creating a Next.js App in a Turborepo Monorepo
  61. Урок 61. 00:12:44
    Storybook in a Turborepo Monorepo
  62. Урок 62. 00:04:26
    Naming and Organizing Server and Client Components
  63. Урок 63. 00:08:00
    Lego Components
  64. Урок 64. 00:00:42
    Embrace the JS, Next.js, and React Ecosystem
  65. Урок 65. 00:01:00
    Caching with the Next.js App Router
  66. Урок 66. 00:03:34
    The Full Route Cache
  67. Урок 67. 00:02:03
    Dynamic Routes in Next.js
  68. Урок 68. 00:03:13
    Automatic and Manual Revalidation
  69. Урок 69. 00:02:28
    Next.js API Route Caching
  70. Урок 70. 00:03:52
    Data Caching and Revalidation with React Server Components
  71. Урок 71. 00:05:18
    Cache-busting with Tags
  72. Урок 72. 00:09:03
    The Next.js Router Cache
  73. Урок 73. 00:03:32
    Understanding the Example Monorepo Structure
  74. Урок 74. 00:05:42
    Intro to Systems Architecture
  75. Урок 75. 00:03:02
    The API Route Variant of Local Systems
  76. Урок 76. 00:02:30
    Building with Local Server Actions in Next.js
  77. Урок 77. 00:05:15
    BFF Architecture with GraphQL
  78. Урок 78. 00:03:20
    Backend-for-Frontend (BFF) Architecture with Server Actions
  79. Урок 79. 00:03:57
    The API Variant of Backend-for-Frontend Architecture
  80. Урок 80. 00:04:14
    BFF Pattern with gRPC (TwirpScript)
  81. Урок 81. 00:05:02
    BFF Architecture with tRPC
  82. Урок 82. 00:05:26
    Server Architecture with an External API Domain
  83. Урок 83. 00:04:06
    Proxying External Systems with Next.js
  84. Урок 84. 00:06:36
    Token Variation of the External Systems Architecture
  85. Урок 85. 00:03:13
    Token Variation of the External Systems Architecture
  86. Урок 86. 00:01:15
    Adding Suspense to the Application
  87. Урок 87. 00:03:11
    Granular Suspense in React
  88. Урок 88. 00:05:16
    DIY Streaming with Server Actions
  89. Урок 89. 00:16:09
    Cached Server Actions in Next.js
  90. Урок 90. 00:07:31
    File Uploads in Next.js App Router Apps