@passle
"Dying to implement out of order streaming".
I am still looking for "unified" streaming Interface ( as in TypeScript ) for DOM transformation. String in - parser - diff -merge.. kind of streaming processing can (imo should) be using same interface API . If it is unified, the implementation polifills and shims would make a platform a "evolutionary architecture " wise.
Please share if you come over such APIs
@passle , I an thinking on #w3ctag proposal for steaming based processing for #DeclarativeWebApplication / #DeclarativeCustomElement the template html has to be read, parsed, dependent tree stream merged( including data) , template+data rendered in stream, diff to page DOM created, and finally merged. All steps should be using this unified API for bypassing own input to output.
Delivering results while the 1st tier yet to be completed.
@passle , ssr is just a one tier. I am thinking on multiple tiers where Hydration is applicable.
And Custom Element is not a goal. Rather #DeclarativeWebApplication