HOME > Development > Gatsby JS v5 Headless WordPress (Gatsby WordPress 2023)

Gatsby JS v5 Headless WordPress (Gatsby WordPress 2023)

  • Development
  • Mar 11, 2025
SynopsisGatsby JS v5 & Headless WordPress (Gatsby & WordPress...
Gatsby JS v5 Headless WordPress (Gatsby 2023)  No.1

Gatsby JS v5 & Headless WordPress (Gatsby & WordPress 2023), available at $64.99, has an average rating of 4.8, with 95 lectures, based on 740 reviews, and has 4693 subscribers.

You will learn about Increase your value and improve your knowledge as a front-end / React JS developer Learn Gatsby Create a static, server-compiled, content-driven website using Gatsby JS (with React JS & GraphQL) Learn how to use GraphQL and GraphiQL to query data stored in WordPress Set up WordPress as a backend to build content, then render the content as pages with React JS & GraphQL Deploy your Gatsby JS static website and rebuild whenever content changes using Gatsby Cloud Use Tailwind CSS to style our custom WordPress blocks This course is ideal for individuals who are React JS developers who want to learn a better approach to creating static, content-driven websites with WordPress, React JS, and GraphQL, using Gatsby JS It is particularly useful for React JS developers who want to learn a better approach to creating static, content-driven websites with WordPress, React JS, and GraphQL, using Gatsby JS.

Enroll now: Gatsby JS v5 & Headless WordPress (Gatsby & WordPress 2023)

Summary

Title: Gatsby JS v5 & Headless WordPress (Gatsby & WordPress 2023)

Price: $64.99

Average Rating: 4.8

Number of Lectures: 95

Number of Published Lectures: 47

Number of Curriculum Items: 95

Number of Published Curriculum Objects: 47

Original Price: $22.99

Quality Status: approved

Status: Live

What You Will Learn

  • Increase your value and improve your knowledge as a front-end / React JS developer
  • Learn Gatsby
  • Create a static, server-compiled, content-driven website using Gatsby JS (with React JS & GraphQL)
  • Learn how to use GraphQL and GraphiQL to query data stored in WordPress
  • Set up WordPress as a backend to build content, then render the content as pages with React JS & GraphQL
  • Deploy your Gatsby JS static website and rebuild whenever content changes using Gatsby Cloud
  • Use Tailwind CSS to style our custom WordPress blocks
  • Who Should Attend

  • React JS developers who want to learn a better approach to creating static, content-driven websites with WordPress, React JS, and GraphQL, using Gatsby JS
  • Target Audiences

  • React JS developers who want to learn a better approach to creating static, content-driven websites with WordPress, React JS, and GraphQL, using Gatsby JS
  • JAN 2023 UPDATE – This course has been completely updated to use Gatsby v5 & Headless WordPress with Gutenberg blocks / WordPress block editor.

    Do you want to improve your React JS skills and increase your value as a front-end developer?

    – “Gatsby lets you build blazing fast sites with your data, whatever the source. Liberate your sites from legacy CMSs and fly into the future.”

    Level-up your React skillset by learning Gatsby.js with a WordPress backend! Gatsby JS uses React JS and GraphQL to generate and build static pages from a given dataset. This course will look at setting up WordPress as a headless CMS while using GatsbyJS to generate a blazing-fast server-rendered React website from WordPress data using the NEW WordPress block editor (otherwise known as the Gutenberg block editor). We’ll building out custom posts, pages, menus, media, advanced custom fields, (and more!) using GraphQL to query that data.

    That’s right, we can actually query WordPress data using GraphQL!

    This course will cover Gatsby v5 with WordPress (using the NEW Gutenberg block editor). We’ll create “The Gatsby Garage” in this course; a fictional classic car garage that buys and sells classic cars. While building this site we’ll be covering so many different features of both Gatsby andWordPress.

  • We’ll style our site using Tailwind CSS.

  • We’ll dive into WordPress development by creating our own custom Gutenberg blocks using ACF Pro.

  • We’ll implement forms where we’ll store form submissions directly in WordPress using Contact Form 7 and Flamingo.

  • We’ll implement dynamic searching of cars.

  • We’ll deploy a live, production version of our site.

  • Plus so much more!

  • This is the ONLY resource available online that covers using Gatsby & WordPress in this way.

    It’s recommended you have rudimentary knowledge of React. We’ll be covering everything else from Gatsby.js, WordPress, GraphQL, and Tailwind CSS!

    What other students are saying about this Gatsby & WordPress course:

    5/5 stars“Tom is a really nice guy with a good voice. His course is to the point and his response to the Q&A is awesome. I really like the fact that this course is not that long and shows you the endless possibilities that you can do with both Gatsby and the WordPress API. For me this is a really good starting point in transforming a couple of websites without a CMS into a website with CMS” –Edwin Boon

    5/5 stars“Tom’s course is concise, clear, and gives you a good example of how to leverage your knowledge of React into fluency working with Gatsby.” –Rob Thorne

    5/5 stars“Straight to the point, no pep talkings, Tom delivers the course as a sharing-experience between two colleagues. From his experience, without pretensions of teaching but showing what he finds to be helpful, he drives the lectures smoothly intertwining react, graphQL and wordpress with gatsby in a minimalistic way that can be approachable by anybody. Don’t expect complicated ract patterns as that’s not the point; I really appreciate that from Tom, keeping the focus on the whole architecture, not react/wordpress/graphQL specific. Just be aware we are not talking about the old web patterns, so make sure you have a sound understanding of react, wordpress and REST APIs; and by his exposition, gatsby explanations will naturally fall in place almost unnoticeable; you will be using it already.” –Tony Guerrero

    5/5 stars“I had no idea this was possible! I usually use React but have never used WordPress before, but I found this was really well articulated. Brilliant course – thank you!”Carol Emma

    Course Curriculum

    Chapter 1: Introduction

    Lecture 1: Important! Read this before you begin this course! (Github repo etc)

    Lecture 2: Course intro

    Lecture 3: Set up WordPress locally & plugin explanation

    Lecture 4: BREAKING CHANGES! IMPORTANT!

    Lecture 5: Udemy rating and reviews

    Lecture 6: Set up Gatsby JS, project overview, and first query for WordPress

    Chapter 2: Creating our first pages

    Lecture 1: Create pages in Gatsby based on pages stored in WordPress

    Lecture 2: Render WordPress gutenberg blocks in Gatsby

    Lecture 3: Adding more blocks to the homepage

    Chapter 3: Advanced block rendering

    Lecture 1: Render a custom component for a particular WordPress block

    Lecture 2: Using Gatsby Image

    Lecture 3: Tidying up the rendering of custom blocks

    Lecture 4: Rendering links with the Gatsby Link API

    Chapter 4: Building the main menu

    Lecture 1: Creating the Main menu options page in WordPress

    Lecture 2: Creating the fields for the main menu

    Lecture 3: Add all necessary pages for the main menu & generate page content using ChatGPT

    Lecture 4: Query the main menu from within Gatsby & build out the navbar

    Lecture 5: Render the menu items

    Lecture 6: Render the sub menu items

    Lecture 7: Render the logo and the Call To Action button

    Chapter 5: Customizing WordPress

    Lecture 1: Adding theme colors

    Lecture 2: Adding font families to WordPress

    Lecture 3: Adding font families to the Gatsby site

    Lecture 4: Create the CTA Button custom gutenberg block in WordPress

    Lecture 5: Assign editable fields and style the custom CTA Button block

    Lecture 6: Implement the CTA Button component in Gatsby for the CTA block & update cover

    Lecture 7: Building out the homepage with more WordPress blocks

    Lecture 8: Implement Gatsby Image for Image & Cover blocks

    Lecture 9: Create custom TickItem block & custom block category in WordPress

    Lecture 10: Render the TickItem block in Gatsby & add default spacing between text blocks

    Lecture 11: Reusable blocks in WordPress

    Chapter 6: Car pages functionality

    Lecture 1: Create car custom post type with custom fields

    Lecture 2: Build out car pages in WordPress and generate the associated pages in Gatsby

    Lecture 3: Create the Car Price custom WordPress block

    Lecture 4: Modifying a blocks returned attributes from WordPress & rendering the Car Price

    Lecture 5: Create the car search custom WordPress block

    Lecture 6: Create the car search query and display the results

    Lecture 7: Finish the car search results styling

    Lecture 8: Create the pagination query for the car search results

    Lecture 9: Implement the pagination buttons and URL functionality

    Lecture 10: Implement search filters UI with URL functionality for the car search

    Lecture 11: Implement the search filters query

    Chapter 7: Final touches

    Lecture 1: Implement forms with Contact Form 7 and Flamingo

    Lecture 2: Post contact form submissions to WordPress

    Lecture 3: SEO & Gatsby page queries

    Lecture 4: Deploying to Gatsby Cloud & Flywheel

    Lecture 5: BONUS!

    Instructors

  • Gatsby JS v5 Headless WordPress (Gatsby 2023)  No.2
    Tom Phillips
    Fast-paced information-dense courses for busy web developers
  • Gatsby JS v5 Headless WordPress (Gatsby 2023)  No.3
    WebDevEducation (Tom Phillips)
    Fast-paced information-dense courses for busy web developers
  • Rating Distribution

  • 1 stars: 12 votes
  • 2 stars: 17 votes
  • 3 stars: 77 votes
  • 4 stars: 238 votes
  • 5 stars: 396 votes
  • Frequently Asked Questions

    How long do I have access to the course materials?

    You can view and review the lecture materials indefinitely, like an on-demand channel.

    Can I take my courses with me wherever I go?

    Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!