Is your framework's 'easy' path killing your app's performance? Discover how Qwik's resumability delivers instant interactivity with a near-zero JavaScript payload.
#1about 3 minutes
The performance problem with modern web applications
Most modern websites fail Core Web Vitals because the amount of JavaScript shipped to the client is constantly increasing, which directly harms startup performance.
#2about 3 minutes
Understanding the limitations of hydration in frameworks
Hydration attempts to solve slow initial loads but introduces an 'uncanny valley' and performance overhead by re-executing the entire application on the client.
#3about 5 minutes
Introducing resumability as an alternative to hydration
Qwik's resumability achieves constant-time startup performance by serializing listener information into the HTML, eliminating the need to re-execute components on the client.
#4about 4 minutes
Demonstrating lazy loading and execution with Qwik
A live demo shows how Qwik only downloads the minimal JavaScript code required for a user interaction at the moment it's needed, with a service worker prefetching chunks for a fast experience.
#5about 3 minutes
Moving closures and tree-shaking data with Qwik
Qwik can move function closures between the client and server using `server$` and automatically tree-shakes data, serializing only what's necessary for client-side interactions.
#6about 2 minutes
Solving common performance issues like CLS by default
The framework provides built-in components, like an image optimizer, that automatically prevent common issues like Cumulative Layout Shift (CLS) and generate responsive source sets.
#7about 4 minutes
Q&A on security, tooling, and framework adoption
The speaker answers audience questions about handling server-side secrets, Qwik's use of Vite, the future of resumability in other frameworks, and fallbacks for service workers.
Related jobs
Jobs that call for the skills explored in this talk.
Matching moments
01:35 MIN
Introducing Qwik for instant time to interactive
Rethinking web application design for fastest possible time to interactive
02:13 MIN
Qwik's resumable approach for instant interactivity
Interactive server side components
07:48 MIN
Q&A on performance, architecture, and PWA capabilities
Interactive server side components
02:29 MIN
Conclusion and key takeaways for building fast apps
Rethinking web application design for fastest possible time to interactive
02:15 MIN
How Qwik bypasses hydration with resumability
Rethinking web application design for fastest possible time to interactive
05:00 MIN
The philosophy of doing nothing and fine-grained lazy loading
Rethinking web application design for fastest possible time to interactive
05:57 MIN
Introducing islands architecture to reduce javascript payload
Multiple Ships to the Island - Micro Frontends & Island Architectures
02:08 MIN
Demonstrating Qwik's minimal JavaScript footprint
Rethinking web application design for fastest possible time to interactive
The Best 7 Frontend Frameworks for Developers in 2025Which frontend frameworks should developers focus on in 2025? We’re listing them for you and showing advantages and drawbacks. You’ll notice we included some libraries as well, because you can’t miss those in 2025.What is the best front end framework...
Chris Heilmann
Micro Components - a different approach to a simpler component-based webThere has been a lot of heated discussion lately in the web community about component based development. One side argued that Web Components are a standard we should follow whereas others complained that they still lag behind in what frameworks offer...
Benedikt Bischof
Web Development Best Practices: What The Data Tells usWelcome to the new issue of the WeAreDevelopers Live Talk series. This article recaps an interesting talk by Laurie Voss who gave advice about the best practices in web development. What you will learn:What’s the current state of web development - “k...
Chris Heilmann
Dev Digest 109 -Egg-citing things…As we are heading into the Easter break, here are some things to spend some time on. There's resources on improving the performance of your code and you hear from the winners of CODE100 Amsterdam what it was like to be on stage. Also, hang tight as t...
From learning to earning
Jobs that call for the skills explored in this talk.