Gutenberg Block Development Course for WordPress
A Course from Zac Gordon on JS for WP
View the course on https://javascriptforwp.com/ >>
Course Outline
- Core Gutenberg Architecture
- A High Level Overview of Blocks
- Working with registerBlockType (See this plugin repo for this section)
- HTTP Requests Outside of WordPress
- Example Block Walkthroughs
Example File Instructions
- Download or fork the course repo
- Install themes and plugins as needed
- Run
npm install
andnpm run dev
to make changes