Create your First App with Gutenberg Data
Edit
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:
You may review the finished app in the block-development-examples repository.
Table of Contents
- Setup
- Building a basic list of pages
- Building an edit form
- Building a create page form
- Adding a delete button