humanmade / humanmade/block-editor-ssr
project status, general OOB Gutenberg parsing/serialization
- Dominant language
- JavaScript
- Stars
- 37
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
This SSR edtiro is one of the most undervalued project in the WP ecosystem.
We know how important it's to work on content in batch / or from other projects (for blocks changes/migrations) and **Gutenberg parsing being restricted to an (interactive) browser environment** (contrary to plain DOM which can be modified using any platform) is a pain for many developers that upstream still ignores today which is like saying: "_scrap_ your own data using puppeter if you want to alter it non-interactively".
Along the years I worked on https://gitlab.com/animalequality/gbtools in order to bootstrap Gutenberg in node.js and run predefined user callbacks/transformations in batch.
But the [versions/dependency hell of Gutenberg](https://github.com/WordPress/gutenberg/issues/73363#issuecomment-3560779367) in node.js makes it unreliable with every new release.
I wonder who/where and what could be the next step to efficiently resolves this situation.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.