Tracking Issue: Server Directive Processing #55938
Labels
[Feature] Interactivity API
API to add frontend interactivity to blocks.
[Type] Tracking Issue
Tactical breakdown of efforts across the codebase and/or tied to Overview issues.
We previously referred to this as "server-side rendering" (SSR), but that term is too generic, so we renamed this initiative to "server directive processing" instead.
This Tracking Issue tracks the ongoing efforts to process the Interactivity API directives in the server.
We will hook into the block rendering pipeline using a combination of
render_block_data
andrender_block
. We should also start measuring performance as early as possible to make sure that processing directives is as performant as it can be. For the processing itself, we will try to leverage the new HTML API, as it will be the most performant and safe way to do this.Tasks
These are some of the initial tasks, although we will edit this post once we progress and discover what other things we need to do.
md5
+serialize
and find a better way to identify blocks.The text was updated successfully, but these errors were encountered: