Can you believe that it’s been two years already since the WordPress core introduced Gutenberg? In the meantime, the block editor has matured tremendously. Have you already tried to extend its functionality? Spend 15 minutes and save yourself hours when creating custom blocks. I will show how to make the most of the scaffolding command that comes from the Gutenberg core team.
Category: Talks
Intro to the GraphQL API for WordPress
Presentation of the new GraphQL API for WordPress plugin, to use the increasingly popular GraphQL API to fetch data from the WordPress site.
The plugin is open source. Repo: https://github.com/GraphQLAPI/graphql-api-for-wp.
We will first explore the current scene of APIs in WordPress:
- What is an API
- What are the current solutions for WordPress: WP REST API and WPGraphQL
- Their characteristics
Then I will explain the characteristics of this new plugin GraphQL API for WordPress, and do a demo of it. The demo involves using the WordPress admin, there won’t be any code at all, so it’s suitable for beginners too.
Slides: https://slides.com/leoloso/graphql-api-for-wp
Takeaways:
Attendees will learn about the different API solutions in WordPress, and about the GraphQL API plugin in particular
Why am I qualified to give this talk:
Because I’m the author of the plugin
Intro to Decoupled WordPress
In this Session, Prem will share how we can leverage WordPress as a backend system and use different technologies or platforms as the front end. There are many use-cases where we need a strong backend system to support our different front end platforms like a web which built with React, Android application, web view on mobile.
From Design to Page – Using the WordPress block editor to implement a landing page design
The WordPress block editor brings a powerful page building experience to your content creation process. Learn how blocks can be used to create complex design as Daisy and Niharika work together to tap into the power of the block editor to create a landing page in WordPress based on a landing page design concept.
