
Create and Fetch Custom REST Endpoints in Gutenberg Blocks
December 9, 2020
In this post I'll attempt to create an overview of how to create custom REST API endpoints and perform requests for them in a custom Gutenberg block. That is, making requests with fetch methods for information not available in WordPress' registered data stores.