Session by Ritesh Vatwani contains -
-> What is JAMStack
-> What is Gatsby
-> How Gatsby Works
-> Bridging between Gatsby and WordPress
-> Building website using Gatsby and WordPress
• What is Gatsby JS? • How does Gatsby JS Works? • How to Build Site using Gatsby + WordPress • How to deploy Gatsby site? • Solving your queries if you have any
A headless CMS is used for data capture, storage and delivery, making it frontend agnostic. • Its data can be displayed using any frontend technology, whether in a browser, mobile application, or elsewhere [email protected]
on which framework or library you must use. Server side operations are abstracted into reusable APIs and accessed over HTTPS with JavaScript. These can be third party services or your custom function. Websites are served as static HTML files. These can be generated from source files, such as Markdown, using a Static Site Generator.
being tied to a monolithic architecture. This usually means quicker and more focused development If your product or article suddenly goes viral and has many active users, the CDN seamlessly compensates • • [email protected]
of single- page or mobile applications. • Server-side runtime for executing queries by using a type system you define for your data. • It is a JavaScript library for building user interfaces • GraphQL is a query language for APIs
for project title, description, plugins, etc. • Implement Gatsby's Node.js APIs to customize and extend default settings affecting the build process [email protected]
sites using the WordPress REST API. • Pulls data from self-hosted WordPress sites, or sites hosted on WordPress.com npm install --save gatsby-source-wordpress [email protected]
for production) • It will fetch all the posts from WordPress API and create the posts. • Before you run your first query, ensure the WordPress JSON API is working correctly by visiting /wp-json at your WordPress install.
WP-API-MENUS which gives you the menus and menu locations endpoint. • WPML-REST-API which adds the current locale and available translations to all post types translated with WPML. • wp-rest-polylang which adds the current locale and available translations to all post types translated with Polylang. • Yoast