Create your First App with Gutenberg Data

This tutorial aims to get you comfortable with the Gutenberg data layer. It guides you through building a simple React application that enables the user to manage their WordPress pages. The finished app will look like this:

Open demo in WordPress Playground

You may review the finished app in the block-development-examples repository.

Table of Contents

  1. Setup
  2. Building a basic list of pages
  3. Building an edit form
  4. Building a create page form
  5. Adding a delete button