项目作者: zgordon
项目描述 :
Advanced Gutenberg Development Plugin
高级语言: JavaScript
项目地址: git://github.com/zgordon/advanced-gutenberg-course.git
Advanced Gutenberg Block Development Course for WordPress
View the course on https://javascriptforwp.com/
Course Outline
- Using React Outside of Gutenberg
- The Data API In-Depth (Redux in WordPress)
- Making Requests to Custom Endpoints and External APIs within Components
- The Sidebar (Plugin) API
- The Styles API
- Examples of Advanced Blocks
Example File Instructions
- Download or fork the course repo
- Install themes and plugins as needed
- Run
npm install
and npm start
to make changes - Run
npm run build
to build