Go to content

Be Qwik don't ship javascript - Antoine Pairet

Current websites and webapps are slow. Using current framework, we ship too much JavaScript, too early. Qwik is a new framework to build web apps. Qwik takes a radically new approach to web development and delays the download and execution of JavaScript. Instead of loading your entire application at bootstrap, Qwik will progressively lazy load your application as the user interact with your app. Qwik uses tsx, if you know React, you already know Qwik.

October 14, 2022