
Gatsby + WordPress + WPGraphQL: Example repo used for GatsbyConf 2021 workshop
The Gatsby and WordPress integration workshop showcased at GatsbyConf 2021 introduces an innovative approach to building faster and more dynamic websites using the power of Gatsby with WordPress as a headless CMS. This repository serves as a valuable learning resource for developers looking to leverage the strengths of both platforms together. While it won't be maintained beyond the conference, it provides insightful examples and practical applications for those eager to enhance their web development skills.
This resource, made available during the workshop, can act as a reference for attendees and developers seeking to explore the potential of combining WordPress with Gatsby. The insights gained from this workshop will prove beneficial for creating optimized web experiences, with the added convenience of accessing the content through recorded sessions on the Gatsby YouTube Channel.

GatsbyJS is a free and open-source static site generator based on React. It uses a modern development stack including Webpack, GraphQL, and modern JavaScript and CSS frameworks. It also provides a rich set of plugins, starters, and themes.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
Chakra UI is a popular open-source React component library that provides a set of accessible and customizable UI components to help developers create modern web applications.
Alpine.js is a lightweight JavaScript framework that simplifies the process of creating dynamic, reactive user interfaces on the web. It uses a declarative syntax that offers a higher level of abstraction compared to vanilla JavaScript, while being more performant and easier to use than jQuery.