Article: Streaming HTML – Asynchronous DOM Updates without JavaScript

Web applications provide the best user experience when pages load quickly and display additional data as it becomes available. Developers typically use JavaScript to load data asynchronously, but this adds complexity when compared to server-side render…


This content originally appeared on InfoQ - JavaScript and was authored by Tyson Gern

Web applications provide the best user experience when pages load quickly and display additional data as it becomes available. Developers typically use JavaScript to load data asynchronously, but this adds complexity when compared to server-side rendering. We review a technique that uses the Shadow DOM with HTTP streaming to load pages quickly and display data asynchronously without JavaScript.

By Tyson Gern


This content originally appeared on InfoQ - JavaScript and was authored by Tyson Gern


Print Share Comment Cite Upload Translate Updates
APA

Tyson Gern | Sciencx (2024-06-11T09:00:00+00:00) Article: Streaming HTML – Asynchronous DOM Updates without JavaScript. Retrieved from https://www.scien.cx/2024/06/11/article-streaming-html-asynchronous-dom-updates-without-javascript/

MLA
" » Article: Streaming HTML – Asynchronous DOM Updates without JavaScript." Tyson Gern | Sciencx - Tuesday June 11, 2024, https://www.scien.cx/2024/06/11/article-streaming-html-asynchronous-dom-updates-without-javascript/
HARVARD
Tyson Gern | Sciencx Tuesday June 11, 2024 » Article: Streaming HTML – Asynchronous DOM Updates without JavaScript., viewed ,<https://www.scien.cx/2024/06/11/article-streaming-html-asynchronous-dom-updates-without-javascript/>
VANCOUVER
Tyson Gern | Sciencx - » Article: Streaming HTML – Asynchronous DOM Updates without JavaScript. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2024/06/11/article-streaming-html-asynchronous-dom-updates-without-javascript/
CHICAGO
" » Article: Streaming HTML – Asynchronous DOM Updates without JavaScript." Tyson Gern | Sciencx - Accessed . https://www.scien.cx/2024/06/11/article-streaming-html-asynchronous-dom-updates-without-javascript/
IEEE
" » Article: Streaming HTML – Asynchronous DOM Updates without JavaScript." Tyson Gern | Sciencx [Online]. Available: https://www.scien.cx/2024/06/11/article-streaming-html-asynchronous-dom-updates-without-javascript/. [Accessed: ]
rf:citation
» Article: Streaming HTML – Asynchronous DOM Updates without JavaScript | Tyson Gern | Sciencx | https://www.scien.cx/2024/06/11/article-streaming-html-asynchronous-dom-updates-without-javascript/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.