1. Урок 1. 00:02:48
    0. Getting Started
  2. Урок 2. 00:10:19
    1. Create the Next.js base
  3. Урок 3. 00:08:02
    2. Add Styled Components
  4. Урок 4. 00:04:06
    3. Add Ant Design
  5. Урок 5. 00:11:17
    4. Add main layout
  6. Урок 6. 00:04:27
    5. Add global style
  7. Урок 7. 00:09:29
    6. Add MainHead component
  8. Урок 8. 00:01:56
    7. Add Layout
  9. Урок 9. 00:03:05
    8. Add MainFooter
  10. Урок 10. 00:14:36
    9. Add MainNavbar
  11. Урок 11. 00:14:19
    10. Add GraphCMS backend
  12. Урок 12. 00:10:20
    11. Add WithApollo
  13. Урок 13. 00:02:08
    12. Add GraphQL request files
  14. Урок 14. 00:04:53
    13. Add GraphQLCodeGen type generation
  15. Урок 15. 00:12:56
    14. Add the RecipeList Component
  16. Урок 16. 00:10:37
    15. Add loading, error, warning alerts
  17. Урок 17. 00:26:35
    16. Add RecipeListItem component
  18. Урок 18. 00:13:40
    17. Add Recipe page
  19. Урок 19. 00:29:03
    18. Add OneRecipe component
  20. Урок 20. 00:07:21
    19. Deploy using Vercel
  21. Урок 21. 00:13:16
    20. Add Auth0 library
  22. Урок 22. 00:05:24
    21. Add Auth0 Api Functions
  23. Урок 23. 00:02:48
    22. Add useFetchUser Hook
  24. Урок 24. 00:13:19
    23. Add Login / Logout to the Navbar
  25. Урок 25. 00:12:34
    24. Add a MyRecipes Page
  26. Урок 26. 00:21:33
    25. Add a Like Button
  27. Урок 27. 00:07:02
    26. Add a Favorites Page
  28. Урок 28. 00:04:09
    27. Add a Create Recipe Page
  29. Урок 29. 00:07:00
    28. Add a Create Recipe Form
  30. Урок 30. 00:09:20
    29. Add a Form Input
  31. Урок 31. 00:03:45
    30. Add a Form TextInput
  32. Урок 32. 00:28:46
    31. Add Form Ingredient
  33. Урок 33. 00:13:38
    32. Add Dropdown Input
  34. Урок 34. 00:05:27
    33. Controlled vs. Uncontrolled Components
  35. Урок 35. 00:09:20
    34. Add a Delete Ingredient Button
  36. Урок 36. 00:11:29
    35. Add a Form Submit Mutation
  37. Урок 37. 00:03:02
    36. Add Update Recipe Page
  38. Урок 38. 00:00:04
    37. Add Update Recipe Form
  39. Урок 39. 00:17:05
    38. Add Update Recipe Mutation
  40. Урок 40. 00:12:33
    39. Add Delete Recipe Button
  41. Урок 41. 00:16:07
    40. Add GraphQL Proxy
  42. Урок 42. 00:06:46
    41. Lock down the GraphCMS Api
  43. Урок 43. 00:06:27
    42. Add Banned Mutation Check
  44. Урок 44. 00:11:55
    43. Add Verify User Check
  45. Урок 45. 00:17:47
    44. Add Verify User Permissions Check
  46. Урок 46. 00:53:13
    45. Add Picture Uploader