This tutorial will teach you how to create a headless WordPress app using Faust and Atlas Content Modeler. It assumes a basic understanding of JavaScript, React fundamentals, GraphQL fundamentals, and WordPress.
By the end of this tutorial, you will be able to:
– Create ACM models
– Create new posts for those models in the WordPress admin
– Run test queries to get ACM model data using the GraphiQL IDE
– Use Faust.js to fetch ACM model data in our decoupled Next.js app
– Use the fetched ACM model data to render our React components