Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Next JS: The Complete Developer's Guide, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:03:59
    How to Learn NextJS Quickly
  2. Урок 2. 00:03:32
    Project Overview
  3. Урок 3. 00:06:44
    File-Based Routing
  4. Урок 4. 00:03:49
    Adding Additional Routes
  5. Урок 5. 00:03:04
    Linking Between Pages
  6. Урок 6. 00:05:43
    Common UI in Next JS with Layouts
  7. Урок 7. 00:03:40
    Project Structure Strategy
  8. Урок 8. 00:02:17
    Absolute Path Import Shortcut
  9. Урок 9. 00:06:12
    Adding Images in Next JS
  10. Урок 10. 00:08:31
    More on the Image Component
  11. Урок 11. 00:07:30
    Adding a Reusable Presentation Component
  12. Урок 12. 00:05:34
    Adding Some Styling
  13. Урок 13. 00:04:47
    Production Deployment with Vercel
  14. Урок 14. 00:01:32
    App Overview
  15. Урок 15. 00:03:51
    Project Setup
  16. Урок 16. 00:02:16
    Adding a Create Page
  17. Урок 17. 00:02:15
    Creating a Prisma Client within Next.js
  18. Урок 18. 00:05:52
    Adding a Creation Form
  19. Урок 19. 00:10:38
    Introducing Server Actions in Next.js
  20. Урок 20. 00:02:49
    A Deeper Dive into Server Actions
  21. Урок 21. 00:08:51
    Server Components vs Client Components
  22. Урок 22. 00:03:52
    Fetching Data with Server Components
  23. Урок 23. 00:04:57
    Adding Dynamic Paths
  24. Урок 24. 00:05:07
    Fetching Particular Records
  25. Урок 25. 00:05:09
    Custom Not Found Pages
  26. Урок 26. 00:03:01
    Automatic Loading Spinnners
  27. Урок 27. 00:06:26
    A Few Quick Tasks
  28. Урок 28. 00:02:58
    Styling the Show Page
  29. Урок 29. 00:03:29
    Linking to the Edit Page
  30. Урок 30. 00:09:54
    Showing a Client Component in a Server Component
  31. Урок 31. 00:05:04
    Adding the Monaco Editor
  32. Урок 32. 00:03:22
    Handling Editor Changes
  33. Урок 33. 00:05:44
    Server Actions in Nextjs Client Components
  34. Урок 34. 00:03:37
    Server Actions in a Separate File
  35. Урок 35. 00:07:34
    Options for Calling Server Actions from Client Components
  36. Урок 36. 00:05:00
    Calling a Server Action from a Client Component
  37. Урок 37. 00:03:28
    Deleting a Record with a Server Action
  38. Урок 38. 00:07:11
    Understanding the UseFormState Hook
  39. Урок 39. 00:06:55
    UseForm State in Action
  40. Урок 40. 00:03:36
    Adding the Form Validation
  41. Урок 41. 00:09:49
    Gotchas Around Error Handling in Nextjs
  42. Урок 42. 00:02:17
    Super Unexpected Behavior
  43. Урок 43. 00:04:03
    The Full Route Cache System
  44. Урок 44. 00:05:11
    What Makes a Static or Dynamic Route in Next.js
  45. Урок 45. 00:05:19
    When to Use Each Cache Control
  46. Урок 46. 00:04:07
    Help, My Page is Showing Old Data!
  47. Урок 47. 00:02:38
    Enabling Caching with GenerateStaticParams
  48. Урок 48. 00:06:19
    Caching Dynamic Routes
  49. Урок 49. 00:03:36
    Project Overview
  50. Урок 50. 00:02:51
    Critical Libraries in Our Project
  51. Урок 51. 00:06:59
    NextUI Installation and Setup
  52. Урок 52. 00:04:51
    Database Setup
  53. Урок 53. 00:05:49
    OAuth Setup
  54. Урок 54. 00:08:18
    Next-Auth Setup
  55. Урок 55. 00:08:14
    The Theory Behind OAuth
  56. Урок 56. 00:03:05
    Wrapping Auth in Server Actions
  57. Урок 57. 00:12:11
    Sign In, Sign out, and Checking Auth Status
  58. Урок 58. 00:06:53
    Upfront Design Process
  59. Урок 59. 00:03:50
    Why Path Helpers?
  60. Урок 60. 00:03:35
    Path Helper Implementation
  61. Урок 61. 00:03:23
    Creating the Routing Structure
  62. Урок 62. 00:06:03
    Stubbing Out Server Actions
  63. Урок 63. 00:07:18
    Planning Revalidating Strategies
  64. Урок 64. 00:08:14
    Building the Header
  65. Урок 65. 00:05:04
    Displaying the Sign In and Sign Out Buttons
  66. Урок 66. 00:05:54
    Enabling Sign Out
  67. Урок 67. 00:06:16
    More Caching Issues
  68. Урок 68. 00:08:53
    Static Caching While Using Auth
  69. Урок 69. 00:05:15
    Creating Topics
  70. Урок 70. 00:05:08
    Creating a Popover Form
  71. Урок 71. 00:02:59
    Receiving Form Data
  72. Урок 72. 00:09:08
    Adding Form Validation with Zod
  73. Урок 73. 00:02:41
    Reminder on the UseFormState Hook
  74. Урок 74. 00:05:16
    Fixing UseFormState Type Errors
  75. Урок 75. 00:04:56
    Here's Our FormState Type
  76. Урок 76. 00:02:45
    Displaying Validation Errors
  77. Урок 77. 00:06:06
    Handling General Form Errors
  78. Урок 78. 00:09:14
    Handling Database Errors in Forms
  79. Урок 79. 00:07:06
    Showing Loading Spinners with UseFormStatus
  80. Урок 80. 00:06:31
    Fetching and Listing Content from Prisma
  81. Урок 81. 00:03:04
    Scaffolding the Topic Show Page
  82. Урок 82. 00:06:09
    Displaying a Creation Form
  83. Урок 83. 00:09:19
    Applying Validation to Post Creation
  84. Урок 84. 00:02:48
    Checking Authentication Status
  85. Урок 85. 00:09:23
    Passing Additional Args to a Server Action
  86. Урок 86. 00:04:59
    Creating the Record
  87. Урок 87. 00:04:16
    Merging a Few Files
  88. Урок 88. 00:10:57
    Considerations Around Where to Fetch Data
  89. Урок 89. 00:11:39
    Data Fetching in Child Components
  90. Урок 90. 00:04:27
    Recommended Data Fetching
  91. Урок 91. 00:08:39
    Define in Parent, Fetch in Child
  92. Урок 92. 00:03:56
    Alternative Type Names and Query Definitions
  93. Урок 93. 00:04:53
    Don't Go Crazy With Reuse
  94. Урок 94. 00:01:13
    Comment Creation
  95. Урок 95. 00:04:51
    Recursively Rendering Components
  96. Урок 96. 00:09:43
    Fetching the Big List
  97. Урок 97. 00:02:12
    Multiple Repeated DB Queries
  98. Урок 98. 00:04:52
    Introducing Duplicate Queries
  99. Урок 99. 00:04:11
    Request Memoization
  100. Урок 100. 00:02:26
    Deduplicating Requests with Cache
  101. Урок 101. 00:04:23
    Adding in Component Streaming
  102. Урок 102. 00:03:20
    Streaming with Suspense
  103. Урок 103. 00:03:45
    Adding a Loading Skeleton
  104. Урок 104. 00:04:28
    Top Posts on the HomePage
  105. Урок 105. 00:01:52
    Back to the Search Input
  106. Урок 106. 00:06:22
    Notes on QueryStrings in Next
  107. Урок 107. 00:02:19
    Accessing the Query String
  108. Урок 108. 00:03:27
    Redirecting From a Server Action
  109. Урок 109. 00:02:35
    Receiving the Query String in a Server Component
  110. Урок 110. 00:04:41
    Running the Search
  111. Урок 111. 00:02:52
    The De-Opt to Client Side Rendering Warning
  112. Урок 112. 00:02:41
    Wrap Up!
  113. Урок 113. 00:07:57
    Let's Build an App!
  114. Урок 114. 00:05:50
    Critical Questions
  115. Урок 115. 00:08:52
    A Few More Critical Questions
  116. Урок 116. 00:01:59
    Node Setup
  117. Урок 117. 00:02:39
    Creating a React Project
  118. Урок 118. 00:05:51
    What is Create React App
  119. Урок 119. 00:06:42
    Showing Basic Content
  120. Урок 120. 00:05:49
    What is JSX?
  121. Урок 121. 00:04:30
    Printing JavaScript Variables in JSX
  122. Урок 122. 00:01:52
    Shorthand JSX Expressions
  123. Урок 123. 00:01:59
    Typical Component Layouts
  124. Урок 124. 00:07:37
    Customizing Elements with Props
  125. Урок 125. 00:05:08
    Converting HTML to JSX
  126. Урок 126. 00:06:14
    Applying Styling in JSX
  127. Урок 127. 00:04:27
    Extracting Components
  128. Урок 128. 00:16:07
    Module Systems Overview
  129. Урок 129. 00:05:38
    Project Overview
  130. Урок 130. 00:05:01
    Creating Core Components
  131. Урок 131. 00:04:52
    Introducing the Props Systems
  132. Урок 132. 00:06:07
    Picturing the Movement of Data
  133. Урок 133. 00:03:05
    Adding Props
  134. Урок 134. 00:04:58
    Using Argument Destructuring
  135. Урок 135. 00:02:38
    React Developer Tools
  136. Урок 136. 00:04:44
    Most Common Props Mistake
  137. Урок 137. 00:08:10
    Including Images
  138. Урок 138. 00:06:40
    Handling Image Accessibility
  139. Урок 139. 00:06:11
    Review on How CSS Works
  140. Урок 140. 00:05:58
    Adding CSS Libraries with NPM
  141. Урок 141. 00:09:39
    A Big Pile of HTML!
  142. Урок 142. 00:05:46
    Last Bit of Styling
  143. Урок 143. 00:06:20
    TypeScript Overview
  144. Урок 144. 00:08:00
    Environment Setup
  145. Урок 145. 00:04:44
    A First App
  146. Урок 146. 00:05:04
    Executing TypeScript Code
  147. Урок 147. 00:03:36
    One Quick Change
  148. Урок 148. 00:07:23
    Catching Errors with TypeScript
  149. Урок 149. 00:05:16
    Catching More Errors!
  150. Урок 150. 00:05:13
    Types
  151. Урок 151. 00:05:54
    More on Types
  152. Урок 152. 00:04:50
    Examples of Types
  153. Урок 153. 00:00:50
    Where Do We Use Types
  154. Урок 154. 00:02:04
    Type Annotations and Inference
  155. Урок 155. 00:04:54
    Annotations with Variables
  156. Урок 156. 00:06:54
    Object Literal Annotations
  157. Урок 157. 00:05:57
    Annotations Around Functions
  158. Урок 158. 00:03:52
    Understanding Inference
  159. Урок 159. 00:07:48
    The "Any" Type
  160. Урок 160. 00:01:50
    Fixing the "Any" Type
  161. Урок 161. 00:03:06
    Delayed Initialization
  162. Урок 162. 00:04:38
    When Inference Doesn't Work
  163. Урок 163. 00:04:57
    More on Annotations Around Functions
  164. Урок 164. 00:06:09
    Inference Around Functions
  165. Урок 165. 00:01:43
    Annotations for Anonymous Functions
  166. Урок 166. 00:02:50
    Void and Never
  167. Урок 167. 00:03:36
    Destructuring with Annotations
  168. Урок 168. 00:07:06
    Annotations Around Objects
  169. Урок 169. 00:05:06
    Arrays in TypeScript
  170. Урок 170. 00:04:31
    Why Typed Arrays?
  171. Урок 171. 00:02:58
    Multiple Types in Arrays
  172. Урок 172. 00:00:55
    When to Use Typed Arrays
  173. Урок 173. 00:04:06
    Tuples in TypeScript
  174. Урок 174. 00:05:29
    Tuples in Action
  175. Урок 175. 00:03:21
    Why Tuples?
  176. Урок 176. 00:01:27
    Interfaces
  177. Урок 177. 00:04:43
    Long Type Annotations
  178. Урок 178. 00:04:37
    Fixing Annotations with Interfaces
  179. Урок 179. 00:03:32
    Syntax Around Interfaces
  180. Урок 180. 00:04:47
    Functions in Interfaces
  181. Урок 181. 00:04:16
    Code Reuse with Interfaces
  182. Урок 182. 00:03:13
    General Plan with Interfaces