Out of order html streaming aka. Declarative Shadow DOM #330
Answered
by
ioquatix
swistaczek
asked this question in
General
|
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 |
Answered by
ioquatix
Dec 17, 2025
Replies: 1 comment
|
Yes, I've experimented with this and it works. |
0 replies
Answer selected by
swistaczek
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, I've experimented with this and it works.