Enable javascript in your browser for better experience. Need to know to enable it? Go here.
Published : Apr 26, 2023
NOT ON THE CURRENT EDITION
This blip is not on the current edition of the Radar. If it was on one of the last few editions, it is likely that it is still relevant. If the blip is older, it might no longer be relevant and our assessment might be different today. Unfortunately, we simply don't have the bandwidth to continuously review blips from previous editions of the Radar. Understand more
Apr 2023
Assess ?

创建一个丰富、交互式的基于浏览器的体验的挑战之一就是尽量缩短从第一次请求到用户可以进行完整交互的时间。在网页刚打开时,应用程序可能需要下载大量的 JavaScript 到浏览器中,或者在服务器上执行一个漫长的过程来恢复应用程序状态。Qwik 是一个新的前端框架,它通过序列化应用程序状态,使其可以在服务端渲染而无需重新激活和重现程序的状态。这是通过“可恢复性”来实现的,应用程序的执行可以在服务器上暂停,并在需要时在客户端上恢复。与其他较新的前端框架(如 AstroSvelte)一样,Qwik 也通过减少需要加载的 JavaScript 的数量来加速初始页面的加载。但 Qwik 在应用程序初始化时会只下载基本 HTML,大多数 JavaScript 在需要时动态地从本地缓存中加载(如果可能的话)。

Download the PDF

 

 

 

English | Português 

Sign up for the Technology Radar newsletter

 

 

Subscribe now

Visit our archive to read previous volumes