1 dépôt
Activates component lifecycles and shadow root reactivity for elements initially rendered as static HTML.
Distinct from Server-Side Rendering: Distinct from general SSR: focuses on the specific process of upgrading static HTML to interactive components.
Explore 1 awesome GitHub repository matching web development · Hydration Upgraders. Refine with filters or upvote what's useful.
Lit is a library for building lightweight, interoperable web components. It provides a base class that leverages native browser APIs to encapsulate state, logic, and styles, allowing developers to create custom elements that function consistently across any modern web project. The framework distinguishes itself through a reactive property system that automatically triggers efficient, batched DOM updates. By utilizing tagged template literals, it defines declarative UI structures that are compiled into optimized update instructions. Its architecture emphasizes modularity through a reactive con
Activates component lifecycles and shadow root reactivity for elements initially rendered as static HTML on the server.