1 repositorio
Web frameworks that eliminate the hydration process by restoring state directly from the server.
Distinct from Web Frameworks: Focuses specifically on the 'resumability' paradigm to replace hydration, distinct from general web frameworks
Explore 1 awesome GitHub repository matching web development · Resumable Frameworks. Refine with filters or upvote what's useful.
Qwik is a resumable JavaScript web framework and component-based UI library designed to build high-performance web applications. It functions as a frontend web framework that optimizes page load speed and runtime performance by delaying JavaScript execution until a user interacts with a specific component. The framework eliminates the traditional hydration phase by restoring application state from the server. It uses serialization to embed state and event listeners directly into the HTML, allowing the application to resume interactivity without re-executing JavaScript to rebuild the component
Eliminates hydration by restoring application state from the server to achieve near-instant loading.