Companies Home Search Profile

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

Focused View

Tom Phillips,WebDevEducation Support

6:47:58

12 View
  • 1 - Important Read this before you begin this course Github repo etc.html
  • 2 - Course intro.mp4
    03:16
  • 3 - Set up WordPress locally plugin explanation.mp4
    09:58
  • 3 - gatsby-wordpress-plugins.zip
  • 4 - BREAKING CHANGES IMPORTANT.html
  • 5 - Udemy rating and reviews.mp4
    00:38
  • 6 - Set up Gatsby JS project overview and first query for WordPress.mp4
    12:02
  • 7 - Create pages in Gatsby based on pages stored in WordPress.mp4
    12:14
  • 7 - homepage-cover.zip
  • 8 - Render WordPress gutenberg blocks in Gatsby.mp4
    06:39
  • 9 - Adding more blocks to the homepage.mp4
    07:02
  • 9 - media-text-1.zip
  • 9 - media-text-2.zip
  • 10 - Render a custom component for a particular WordPress block.mp4
    08:57
  • 11 - Using Gatsby Image.mp4
    09:33
  • 12 - Tidying up the rendering of custom blocks.mp4
    09:10
  • 13 - Rendering links with the Gatsby Link API.mp4
    09:12
  • 14 - Creating the Main menu options page in WordPress.mp4
    14:08
  • 15 - Creating the fields for the main menu.mp4
    10:55
  • 16 - Add all necessary pages for the main menu generate page content using ChatGPT.mp4
    10:37
  • 17 - Query the main menu from within Gatsby build out the navbar.mp4
    13:27
  • 18 - Render the menu items.mp4
    08:09
  • 19 - Render the sub menu items.mp4
    06:48
  • 20 - Render the logo and the Call To Action button.mp4
    10:41
  • 21 - Adding theme colors.mp4
    16:08
  • 22 - Adding font families to WordPress.mp4
    08:36
  • 22 - fonts.zip
  • 23 - Adding font families to the Gatsby site.mp4
    04:51
  • 24 - Create the CTA Button custom gutenberg block in WordPress.mp4
    09:29
  • 25 - Assign editable fields and style the custom CTA Button block.mp4
    09:25
  • 26 - Implement the CTA Button component in Gatsby for the CTA block update cover.mp4
    06:05
  • 27 - Building out the homepage with more WordPress blocks.mp4
    06:48
  • 27 - col1.zip
  • 27 - col2.zip
  • 28 - Implement Gatsby Image for Image Cover blocks.mp4
    13:28
  • 29 - Create custom TickItem block custom block category in WordPress.mp4
    12:24
  • 30 - Render the TickItem block in Gatsby add default spacing between text blocks.mp4
    10:52
  • 31 - Reusable blocks in WordPress.mp4
    08:42
  • 32 - Create car custom post type with custom fields.mp4
    07:18
  • 33 - Build out car pages in WordPress and generate the associated pages in Gatsby.mp4
    07:39
  • 33 - cover.zip
  • 33 - wes-tindel-5ctjh-sgi5y-unsplash-1-scaled.zip
  • 33 - wes-tindel-7vs8jsk0mju-unsplash-scaled.zip
  • 33 - wes-tindel-evf7jryii1o-unsplash-1-scaled.zip
  • 33 - wes-tindel-wtahnvndzca-unsplash-scaled.zip
  • 34 - Create the Car Price custom WordPress block.mp4
    07:18
  • 35 - Modifying a blocks returned attributes from WordPress rendering the Car Price.mp4
    06:35
  • 36 - 2002.zip
  • 36 - Create the car search custom WordPress block.mp4
    07:47
  • 36 - charger.zip
  • 36 - impala.zip
  • 36 - mustang.zip
  • 37 - Create the car search query and display the results.mp4
    15:18
  • 38 - Finish the car search results styling.mp4
    07:14
  • 39 - Create the pagination query for the car search results.mp4
    07:44
  • 40 - Implement the pagination buttons and URL functionality.mp4
    12:28
  • 41 - Implement search filters UI with URL functionality for the car search.mp4
    10:36
  • 42 - Implement the search filters query.mp4
    10:07
  • 43 - Implement forms with Contact Form 7 and Flamingo.mp4
    12:09
  • 44 - Post contact form submissions to WordPress.mp4
    10:34
  • 45 - SEO Gatsby page queries.mp4
    06:27
  • 46 - Deploying to Gatsby Cloud Flywheel.mp4
    08:30
  • 47 - BONUS.html
  • Description


    Gatsby.js & WordPress: Learn Gatsby and generate super-fast Gatsby static sites with a WordPress backend inc. Gutenberg

    What You'll 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 is this 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
  • What You Need to Know?


  • Have a basic understanding of React JS
  • More details


    Description

    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 and WordPress.

    • 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


    Who this course is 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

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Tom Phillips
    Tom Phillips
    Instructor's Courses
    Tom Phillips has been developing front end web and mobile apps in the United Kingdom for numerous years. In that time he has had to prepare and teach multiple courses on the latest cutting edge front end web frameworks to junior developers, as well as mentor them during their early days as junior developers. Through doing this, Tom found efficient methods to teach and break down common complex problems that many developers face when trying to get started with new frameworks, especially in such a rapidly changing field as front end web development. Now he's applying those methods to his Udemy courses!Way back when Tom himself was a junior developer, he was fortunate enough to have been mentored by experts in the field. This allowed him to rapidly progress in his career and understand and architect multiple large projects in his time as an expert front end developer. Now Tom is passing on the buck and sharing his knowledge. Get the same mentoring that Tom received by enrolling on one of his courses and fast-track your understanding and knowledge in front end web development.
    WebDevEducation Support
    WebDevEducation Support
    Instructor's Courses
    Tom has been a web developer for over a decade. He created WebDevEducation to provide courses that provide you with the skills to increase your value as a front end developer by improving your web development skills. Learn popular web development libraries and frameworks with Tom to get ahead of the competition!(TOMPHILL LTD - 09531652)
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 44
    • duration 6:47:58
    • English subtitles has
    • Release Date 2024/04/11