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