https://github.com/markjaquith/blockstub
https://github.com/markjaquith/blockstub
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/markjaquith/blockstub
- Owner: markjaquith
- Created: 2021-08-26T22:57:29.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-14T16:03:33.000Z (over 4 years ago)
- Last Synced: 2024-05-01T19:41:26.461Z (about 2 years ago)
- Language: PHP
- Size: 49.8 KB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BlockStub
This is an experiment. Inspired by conversations between [Helen Hou-Sandí](https://helen.blog/) and [Mark Jaquith](https://markjaquith.com/), this code was created to explore new ways of making blocks for WordPress that are simpler, more declarative, and less repetitive than custom-crafted React components.
Helen write about the [thinking behind this idea](https://helen.blog/2021/08/exploring-custom-blocks-from-a-php-centric-developer-ux-point-of-view/) in depth, and you should absolutely read that to understand what this is all about.
## Warning
This is incomplete code. It is not meant for production. It requires PHP 7.4.
## See Also
[Blocky](https://github.com/youknowriad/blocky) by [Riad Benguella](https://riad.blog), who (completely coincidentally) was working on a very similar idea the same weekend this code was written.