Matias Ventura has provided an update about the redevelopment of the WordPress editor. The logic flow is diagrammed and broken down like this:
- inferring a block representation of the post content (parsing);
- describing the post as an ordered list of blocks (state tree);
- representing the post in the DOM (rendering);
- attaching controls to manipulate the content a.k.a blocks (editing UI).
Unsurprisingly, Matias admits this is “a bit complicated”, but in the end the goal is to create individual “little blocks” of post content that are “protected from the technicalities of the process.” If you’re interested in the future of a key aspect of the WordPress admin, you should keep an eye on these updates.