>=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.
Half the course is a bit useless. You'll never truly interact with the REST API to that degree. There could have been at least 20 minutes of making calls with GRAPH and implementing in a framework + maybe a tour of a production 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!
Expected some code written in reactjs for a clean headless setup with wordpress REST API