Out of order html streaming aka. Declarative Shadow DOM #330
-
|
Hey! Today I discovered something I didn't know about modern web standards - Declarative Shadow DOM, aka out-of-order HTML streaming without JavaScript. I'm curious if anyone has evaluated that concept against Falcon's async architecture in real-world applications? What's most awesome is that this is widely supported by all major browsers today. Check out the demo here - https://ooo.lamplightdev.workers.dev/. https://web.dev/articles/declarative-shadow-dom |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Yes, I've experimented with this and it works. |
Beta Was this translation helpful? Give feedback.
Yes, I've experimented with this and it works.