Qwik from builder.io is an incredibly light and fast way to build applications on the web, using the fast Qwik optimizer that automatically splits out closures and components that can be lazy loaded on demand, along with the light (1kB) Qwik loader that is inlined in rendered pages.
Links
Qwik — https://qwik.builder.io/
My talk at Infobip Shift — https://www.youtube.com/watch?v=IbinkKZZp0k
Chapters
00:00 - Intro
00:56 - Comparing New Reddit with Old Reddit
02:25 - On Developer Experience
04:05 - Enter Qwik
06:41 - Demo: How Qwik Loads Interactivity on Demand
11:52 - Qwik's "Resumability" vs. Hydration
14:13 - Demo: Resumability
16:53 - Qwik vs. React Server Components
18:13 - Qwik vs. Astro and Partial Hydration/Island Architecture
18:58 - What if lazy loading fails?
19:54 - Migrating from React to Qwik
20:39 - Is there a Next.js Qwik equivalent?
21:22 - Conclusion