Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай All about NextJS, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:06:06
    What is the JAMstack
  2. Урок 2. 00:01:44
    Setup App
  3. Урок 3. 00:00:45
    Setup Github
  4. Урок 4. 00:02:38
    Setup TypeScript
  5. Урок 5. 00:00:50
    Migrating from JavaScript to TypeScript
  6. Урок 6. 00:01:33
    Configure Prettier
  7. Урок 7. 00:01:42
    EmotionCSS: What and Why
  8. Урок 8. 00:01:15
    EmotionCSS: Setup
  9. Урок 9. 00:00:20
    EmotionCSS + TypeScript
  10. Урок 10. 00:05:12
    Code Structure
  11. Урок 11. 00:00:48
    EmotionCSS: Global styles
  12. Урок 12. 00:01:42
    Absolute Imports
  13. Урок 13. 00:01:24
    Deploy to Vercel
  14. Урок 14. 00:01:21
    Using SVG icons
  15. Урок 15. 00:02:32
    Component: Header
  16. Урок 16. 00:04:15
    Component: Navigation
  17. Урок 17. 00:01:19
    Layout: Page
  18. Урок 18. 00:01:26
    Static Routes
  19. Урок 19. 00:02:05
    Create about page
  20. Урок 20. 00:02:57
    NextJS Image Component
  21. Урок 21. 00:04:42
    Styling the about page
  22. Урок 22. 00:01:57
    Handle SEO data
  23. Урок 23. 00:02:26
    SEO and Social meta tags
  24. Урок 24. 00:03:36
    Component: SEO
  25. Урок 25. 00:06:37
    Component: Footer
  26. Урок 26. 00:02:13
    Markdown + JSX = MDX
  27. Урок 27. 00:02:00
    Post data: Grey Matter
  28. Урок 28. 00:09:11
    Render post content with MDX
  29. Урок 29. 00:04:08
    List on index - create post directory
  30. Урок 30. 00:09:14
    Dynamic routes + getStaticPaths
  31. Урок 31. 00:04:13
    Post specific SEO data
  32. Урок 32. 00:05:20
    Layout: Post
  33. Урок 33. 00:03:21
    Post specific Header
  34. Урок 34. 00:03:23
    Component: Short-bio
  35. Урок 35. 00:02:52
    setup for styling post-list
  36. Урок 36. 00:03:31
    Component: list of posts
  37. Урок 37. 00:05:50
    Styling list of posts
  38. Урок 38. 00:06:56
    MDX-Components: Create a code highlight component
  39. Урок 39. 00:04:17
    Cross-Browser test and refining
  40. Урок 40. 00:00:47
    Going through all the work so far
  41. Урок 41. 00:03:27
    Update next-mdx-remote with new Types
  42. Урок 42. 00:01:27
    Checking Types automatically
  43. Урок 43. 00:02:27
    Move Types to their own file
  44. Урок 44. 00:00:40
    What is an RSS feed?
  45. Урок 45. 00:02:32
    Bare-Bones Serverless Function
  46. Урок 46. 00:08:03
    Feed RSS
  47. Урок 47. 00:02:25
    Add RSS link to our Social bar
  48. Урок 48. 00:01:22
    Environment Variables
  49. Урок 49. 00:02:20
    Set up local Environment Variables
  50. Урок 50. 00:01:14
    Env Variables on Vercel
  51. Урок 51. 00:05:49
    Fetch videos from Youtube
  52. Урок 52. 00:03:02
    Unwrap Promise type
  53. Урок 53. 00:02:12
    Catching fetch errors
  54. Урок 54. 00:02:57
    Fetch external content on getStaticProps
  55. Урок 55. 00:03:43
    [component] Youtube List
  56. Урок 56. 00:05:05
    Youtube List - styles
  57. Урок 57. 00:02:16
    Responsive Styles and Accessibility for Youtube List
  58. Урок 58. 00:00:36
    Recap