WordPress block development: Building the Block
This is Part 2 of the WordPress block development tutorials. Before you read this article, please check out Part 1. There, I showed you how to set up your development environment, use the @wordpress/create-block package and understand the WordPress block files. In this article, I’ll show you how to edit the code and run the…