

Supper Club × Qwik framework from Miško Hevery, the Creator of Angular
5 snips Feb 10, 2023
Miško Hevery, the visionary behind Angular and the Qwik framework, joins the discussion to explore why developers should embrace Qwik for its lazy loading and state management benefits. He delves into 'resumability' and how it transforms web performance, making applications more efficient. The conversation also touches on innovative tools like Mitosis and Partytown, designed to streamline component sharing and enhance user experience by optimizing third-party JavaScript. It's a must-listen for web enthusiasts eager to elevate their development game!
AI Snips
Chapters
Books
Transcript
Episode notes
Resumability Explained
- Resumability lets you download HTML and only the necessary JavaScript when needed.
- This allows components, like counters or shopping carts, to function on demand.
Automatic Resumability
- In Qwik, resumability is automatic, aligning ease of use with performance.
- Developers don't choose resumability; it's a built-in system property.
React Lazy Loading Challenges
- Lazy loading in React involves complex tooling and boundary placement decisions.
- This can actually worsen performance if not handled carefully.