Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bacoords/example-dynamic-block

Tutorial repository for building a dynamic block in WordPress
https://github.com/bacoords/example-dynamic-block

Last synced: 6 days ago
JSON representation

Tutorial repository for building a dynamic block in WordPress

Awesome Lists containing this project

README

        

# Example Dynamic Block

Full video tutorial: https://youtu.be/WZJp1UsPrBQ

This plugin is the demo code for a blog post and video tutorial covering the dynamic blocks in WordPress. Some of the topics include:

- Scaffolding a block plugin
- Registering a block
- Creating a block edit and save functions
- Writing the PHP render for our block
- Using the ServerSideRender component