>=5.5.3
WordPress has been around for a long time and powers a huge number of sites.
Just because WordPress isn't brand new doesn't mean it can't get the job done!
Running WordPress as a Headless CMS gives you the benefit of a great content creation experience on the back end with the powerful Gutenberg editor while allowing you to use a modern JavaScript framework on the front-end.
In this course, Kevin Cunningham will guide you through setting up WordPress as a headless CMS from scratch, as well as migrating from an existing WP site. You'll get practice with different WordPress content types, implement a GraphQL endpoint for querying data, and backup & deploy your site. All the while, you'll deepen your understanding of how headless WordPress approaches the relationship between content & rendering.
Using WordPress as a headless CMS turns it into a datasource ready to work with Gatsby, Next.js, or whatever else you want to build with. Your and your clients will be able to take advantage of WordPress's content editing experience, without having to settle for a cookie-cutter theme on the frontend.
With WordPress being decoupled from the rendered site, the database isn't hit for every request. This means faster performance and more security against WordPress exploits. You don't even have to host the editor at the same domain as the published site.
Great intro to headless wordpress! loved that Kevin went through how to set up graphql and the rest editor for Gutenberg Blocks.
One of the best cours about headless wordpress around.
Merci @Kevin Cunningham
A brief and focused overview of how to start your next headless project with either the native Wordpress API or Graphql.
A great introduction to headless wordpress!
While the author is a little difficult to understand and he’s moving quickly, you get what you need from context. It was enjoyable and I look forward to trying it out. Thanks so much for pulling it
Explains step by step what I need to build sites using wp and graphql with a plugin we already use in all our sites, ACF.
Become familiar with the Workers CLI wrangler
that we will use to bootstrap our Worker project. From there you'll understand how a Worker receives and returns requests/Responses. We will also build this serverless function locally for development and deploy it to a custom domain.
This is a practical project based look at building a working e-commerce store using modern tools and APIs. Excellent for a weekend side-project for your developer project portfolio
git is a critical component in the modern web developers tool box. This course is a solid introduction and goes beyond the basics with some more advanced git commands you are sure to find useful.