Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bacoords/example-dynamic-block
- Owner: bacoords
- Created: 2024-01-22T16:26:15.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-22T16:35:38.000Z (10 months ago)
- Last Synced: 2024-10-10T00:23:27.016Z (about 1 month ago)
- Language: JavaScript
- Size: 171 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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