Search

Suggested keywords:
  • Java
  • Docker
  • Git
  • React
  • NextJs
  • Spring boot
  • Laravel

Qwik - The HTML-first framework. Instant apps of any size with ~ 1kb JS

  • Share this:
Qwik offers the fastest possible page load times - regardless of the complexity of your website. Qwik is so fast because it allows fully interactive sites to load with almost no JavaScript and pickup from where the server left off. As users interact with the site, only the necessary parts of the site load on-demand. This precision lazy-loading is what makes Qwik so quick.

The unique part of Qwik is not in what it does but in how it achieves its goals. Qwik's goal is to have instant-on applications, even on mobile devices. Qwik achieves this through two main strategies:
  • Delay execution and download of JavaScript for as long as possible.
  • Serialize the execution state of the application and the framework on the server and resume it on the client.
https://qwik.builder.io/
https://github.com/BuilderIO/qwik
License:
Tech: