Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Gatsby JS: Build static sites with React Wordpress & GraphQL, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:00:43
    Introduction
  • Урок 2. 00:06:37
    Overview of the project / website we'll be building
  • Урок 3. 00:02:18
    Setup WordPress with Local by Flywheel
  • Урок 4. 00:09:48
    [OLD] - MAMP and Wordpress setup, and introduction to the Wordpress API
  • Урок 5. 00:07:34
    Gatsby setup
  • Урок 6. 00:06:01
    Querying Wordpress data with the GraphiQL browser tool
  • Урок 7. 00:07:39
    Querying Wordpress data with GraphQL from within Gatsby
  • Урок 8. 00:09:22
    Generating Gatsby pages dynamically from Wordpress pages & posts
  • Урок 9. 00:03:12
    Fixing the 404 not-found on root URL
  • Урок 10. 00:04:14
    Recap of gatsby-node.js
  • Урок 11. 00:07:23
    Removing Wordpress frontend + create Wordpress menu
  • Урок 12. 00:04:44
    Recap gatsby-config.js + querying Wordpress menus with GraphiQL
  • Урок 13. 00:07:40
    Creating the Menu component in Gatsby
  • Урок 14. 00:05:54
    Refactoring the menus GraphQL query
  • Урок 15. 00:09:57
    Styling the Menu with React styled-components
  • Урок 16. 00:07:06
    Retrieving and rendering the Wordpress site title and tagline
  • Урок 17. 00:06:01
    Registering custom "portfolio" post type in Wordpress
  • Урок 18. 00:03:00
    Adding example Portfolio items
  • Урок 19. 00:09:15
    Query custom "portfolio" post type with GraphQL
  • Урок 20. 00:04:02
    Auto-generate portfolio pages in Gatsby
  • Урок 21. 00:07:10
    Fixing styling of portfolio items and portfolio pages
  • Урок 22. 00:06:22
    Create custom page template in Wordpress to render portfolio items
  • Урок 23. 00:08:25
    Set ACF and add some example data to a Portfolio post
  • Урок 24. 00:04:06
    Query ACF from within Gatsby and render ACF data
  • Урок 25. 00:00:53
    Course update message
  • Урок 26. 00:03:00
    UI fixes and cleanup (part 1)
  • Урок 27. 00:05:50
    UI fixes and cleanup (part 2)
  • Урок 28. 00:01:22
    Blog demo
  • Урок 29. 00:05:41
    Creating blog post data and building the graphql query
  • Урок 30. 00:08:24
    Calculating the number of pages
  • Урок 31. 00:08:08
    Creating and rendering the blog list & pagination
  • Урок 32. 00:06:03
    Add "Blog" to the main menu & improve pagination styling
  • Урок 33. 00:09:03
    Creating and linking to blog post pages
  • Урок 34. 00:07:15
    Creating a server on Digital Ocean & setting up subdomain
  • Урок 35. 00:05:50
    WordPress setup
  • Урок 36. 00:06:20
    Finishing WordPress migration
  • Урок 37. 00:08:59
    Automatically re-build Gatsby site whenever Wordpress content changes