Этот материал находится в платной подписке. Оформи премиум подписку и смотри Next.js by Example, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:02:22
    Next Blog: Overview
  • Урок 2. 00:06:59
    Next.js Project Setup
  • Урок 3. 00:04:16
    Source Code
  • Урок 4. 00:06:04
    Pre-rendering
  • Урок 5. 00:07:58
    Development vs Production Server
  • Урок 6. 00:03:19
    Adding New Pages
  • Урок 7. 00:04:52
    Next Link Component
  • Урок 8. 00:04:47
    Shared NavBar Component
  • Урок 9. 00:05:06
    Custom App Component
  • Урок 10. 00:03:21
    Next Head Component
  • Урок 11. 00:04:44
    Global Styles
  • Урок 12. 00:06:42
    Component Styles with Styled JSX
  • Урок 13. 00:04:44
    Images and Other Assets
  • Урок 14. 00:02:44
    First Post Page
  • Урок 15. 00:02:25
    Markdown Syntax
  • Урок 16. 00:04:00
    getStaticProps Function
  • Урок 17. 00:06:55
    getStaticProps in Production Mode
  • Урок 18. 00:03:46
    Reading a File
  • Урок 19. 00:03:34
    Lib Module
  • Урок 20. 00:06:20
    Rendering Markdown
  • Урок 21. 00:04:53
    Front Matter
  • Урок 22. 00:08:10
    Dynamic Route and getStaticPaths
  • Урок 23. 00:04:33
    Listing Files in a Folder
  • Урок 24. 00:05:29
    Listing Posts
  • Урок 25. 00:03:33
    Dynamic Routes in Production Mode
  • Урок 26. 00:06:19
    ThemeSwitch Component
  • Урок 27. 00:04:56
    Dark Mode Styles
  • Урок 28. 00:04:42
    DarkTheme Component
  • Урок 29. 00:06:46
    Hydration
  • Урок 30. 00:05:46
    Saving Preferences to Local Storage
  • Урок 31. 00:05:23
    Feature Detection
  • Урок 32. 00:04:28
    Deployment Options
  • Урок 33. 00:05:51
    Vercel Platform
  • Урок 34. 00:04:33
    Exporting as a Static Website
  • Урок 35. 00:04:30
    Linux Server with Nginx
  • Урок 36. 00:05:56
    Linux Server with Node.js
  • Урок 37. 00:02:20
    Next Shop: Overview
  • Урок 38. 00:05:32
    Create Next App
  • Урок 39. 00:08:10
    TypeScript Support
  • Урок 40. 00:05:41
    Tailwind CSS Setup
  • Урок 41. 00:08:05
    Utility-First CSS
  • Урок 42. 00:07:32
    High-level Architecture
  • Урок 43. 00:10:36
    Strapi Headless CMS
  • Урок 44. 00:04:27
    Backend Setup
  • Урок 45. 00:04:18
    Displaying Products
  • Урок 46. 00:04:43
    Fetching Data Server-side
  • Урок 47. 00:06:53
    Fetching Data Client-side
  • Урок 48. 00:09:11
    Incremental Static Regeneration
  • Урок 49. 00:05:09
    Server-side Rendering
  • Урок 50. 00:06:22
    API Routes
  • Урок 51. 00:03:30
    Calling API Routes
  • Урок 52. 00:07:29
    Choosing a Data Fetching Strategy
  • Урок 53. 00:02:55
    Product Page Links
  • Урок 54. 00:05:46
    Product Page
  • Урок 55. 00:05:04
    Regenerating Product Pages
  • Урок 56. 00:09:45
    On-demand Revalidation
  • Урок 57. 00:05:17
    Fallback: Blocking
  • Урок 58. 00:06:00
    Fallback and Page Not Found
  • Урок 59. 00:04:06
    Shared fetchJson function
  • Урок 60. 00:04:03
    Custom Error Class
  • Урок 61. 00:06:07
    Environment Variables
  • Урок 62. 00:06:10
    Product Card
  • Урок 63. 00:05:11
    Responsive Grid
  • Урок 64. 00:02:50
    Product Images
  • Урок 65. 00:07:09
    Next Image Component
  • Урок 66. 00:05:42
    Responsive Product Page
  • Урок 67. 00:06:30
    Strapi Authentication
  • Урок 68. 00:05:30
    Common Page Component
  • Урок 69. 00:06:21
    Sign In Form
  • Урок 70. 00:04:22
    Form State and Validation
  • Урок 71. 00:04:40
    Sign In API Request
  • Урок 72. 00:06:45
    Error and Loading States
  • Урок 73. 00:06:09
    API Route with POST
  • Урок 74. 00:03:59
    Login API Route
  • Урок 75. 00:06:07
    Setting a Cookie
  • Урок 76. 00:04:50
    NavBar with Authentication
  • Урок 77. 00:06:09
    User API Route
  • Урок 78. 00:06:06
    Loading User Data
  • Урок 79. 00:05:12
    Signing Out
  • Урок 80. 00:05:00
    Why React Query
  • Урок 81. 00:09:55
    useQuery Hook
  • Урок 82. 00:03:37
    useUser Custom Hook
  • Урок 83. 00:07:13
    useMutation Hook
  • Урок 84. 00:04:34
    Updating the Query Cache
  • Урок 85. 00:07:13
    useSignIn Custom Hook
  • Урок 86. 00:05:18
    useSignOut Custom Hook
  • Урок 87. 00:06:11
    Cart Items Collection
  • Урок 88. 00:02:38
    Cart Page
  • Урок 89. 00:04:06
    Cart API Route
  • Урок 90. 00:02:04
    Fetching Cart Items
  • Урок 91. 00:05:58
    Displaying Cart Items
  • Урок 92. 00:04:22
    POST Cart Handler
  • Урок 93. 00:03:20
    Add to Cart Widget
  • Урок 94. 00:02:49
    Add to Cart Mutation
  • Урок 95. 00:05:13
    Wrap Up