We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
Resumable Applications with Miško Hevery
Discover how Miško Hevery's QUIC framework revolutionizes web development with resumable applications, eliminating hydration and rendering issues for faster, more interactive experiences.
- The problem with current frameworks is that they make us ship too much JavaScript, making it hard to optimize performance.
- The goal is to make applications faster and more interactive, without requiring developers to rewrite code twice (once for server-side rendering and once for client-side interaction).
- QUIC is a technology that achieves this through its concept of “reasonability”, which allows developers to focus on building great websites without worrying about making them fast.
- Classic frameworks require hydration, which can cause issues like duplicate rendering and slow performance.
- QUIC avoids hydration and instead uses reasonability to deliver JavaScript only when necessary, making applications more interactive and faster.
- The clock demo shows how QUIC can be used to create interactive applications without requiring server-side rendering or hydration.
- The clock demo also highlights how QUIC can automatically optimize code, making it faster and more performant.
- QUIC is superior to other frameworks because it allows developers to focus on building great websites without worrying about performance.
- The technology’s ability to make applications faster and more interactive is unmatched.
- The way QUIC works is by using a “use client effect” feature, which executes code only when necessary.
- The “use client effect” feature is what allows QUIC to deliver JavaScript only when necessary, making applications more interactive and faster.
- QUIC is optimized for performance, making it a top choice for developers building modern web applications.
- The technology’s reasonability feature allows developers to focus on building great websites without worrying about performance or hydration.
- QUIC is the future of web development, making it easy for developers to create fast and interactive applications.