1. Урок 1. 00:02:33
    What You Need for this Course
  2. Урок 2. 00:01:01
    How to Get Help in this Course
  3. Урок 3. 00:04:24
    Using the Gatsby Docs
  4. Урок 4. 00:03:27
    Creating our Project with the Gatsby CLI
  5. Урок 5. 00:04:08
    Gatsby Starters to Easily Bootstrap New Projects (Optional)
  6. Урок 6. 00:06:15
    Gatsby Project File Structure
  7. Урок 7. 00:06:45
    Gatsby API Files / Using Git for File Tracking
  8. Урок 8. 00:04:07
    Creating Pages, Routes and Nested Routes in Gatsby
  9. Урок 9. 00:05:03
    Adding App Structure with Layout Component / Links in Gatsby
  10. Урок 10. 00:02:55
    Getting Site Metadata with GraphQL and Static Queries
  11. Урок 11. 00:06:39
    Using GraphiQL IDE to run our GraphQL Queries
  12. Урок 12. 00:04:15
    Executing GraphQL Queries in our Gatsby Components
  13. Урок 13. 00:03:18
    Adding / Querying for Custom Fields on Site Metadata
  14. Урок 14. 00:03:47
    Querying for Filesystem Data with the gatsby-source-filesystem
  15. Урок 15. 00:04:33
    Executing Static Queries from Scratch
  16. Урок 16. 00:08:16
    Transformer Plugins / Using gatsby-transformer-remark to Transform Markdown
  17. Урок 17. 00:06:55
    Displaying Preview of Markdown Posts in Blog Page
  18. Урок 18. 00:06:04
    Programmatically Creating Slugs for Blog Posts with gatsby-node
  19. Урок 19. 00:09:03
    Programmatically Creating Pages with gatsby-node
  20. Урок 20. 00:04:14
    Using GraphQL Arguments and Variables to Get Individual Posts
  21. Урок 21. 00:03:58
    Fetching Individual Post Data by Slug with Page Queries
  22. Урок 22. 00:06:05
    Links to Blog Posts / Programmatically Creating Blog Pages
  23. Урок 23. 00:05:29
    Adding Pagination with Prev Page / Next Page Links
  24. Урок 24. 00:08:31
    Adding Numbered Pagination
  25. Урок 25. 00:06:44
    Sorting, Filtering, Limiting, Skipping w/ GraphQL Arguments / Listing Blog Posts
  26. Урок 26. 00:04:58
    Formatting Dates in Gatsby / Format Function in Moment
  27. Урок 27. 00:02:07
    Formatting Excerpts
  28. Урок 28. 00:02:29
    Time To Read for each Post / Formatting Dates on our Blog Pages
  29. Урок 29. 00:05:50
    Importing Images in Gatsby / Adding our Site Logo
  30. Урок 30. 00:02:40
    What is Gatsby Image / Why Use Gatsby Image
  31. Урок 31. 00:03:31
    Querying for Images in GraphiQL / gatsby-transformer-sharp Plugin in Action
  32. Урок 32. 00:03:21
    GraphQL Fragments for Easier Image Queries / Displaying Images with Gatsby Image
  33. Урок 33. 00:03:02
    Key Details about Images Served with Gatsby Image
  34. Урок 34. 00:05:26
    Embedding Images in Markdown Files with gatsby-remark-images
  35. Урок 35. 00:07:25
    Intro to Headless CMS and Contentful / Creating Content Model for our Products
  36. Урок 36. 00:06:18
    Managing Environment Variables within Gatsby / Fetching Products from Contentful
  37. Урок 37. 00:10:22
    Creating our Individual Product Pages / Displaying Contentful Images
  38. Урок 38. 00:05:42
    Querying / Previewing all Products on Products Page
  39. Урок 39. 00:09:28
    Add Ability to Purchase Products with Snipcart
  40. Урок 40. 00:05:18
    Display Shopping Cart Summary in Header
  41. Урок 41. 00:07:08
    Adding Custom NavLinks in Header Component
  42. Урок 42. 00:07:27
    Using Netlify for Deployment / Continuous Deployment with Github
  43. Урок 43. 00:09:27
    Using Netlify Identity for Multi-Factor Authentication in our Site
  44. Урок 44. 00:08:05
    Displaying Private Products for Auth Users