3 repository-uri
Libraries that attach reactive logic and event listeners to server-rendered HTML to enable interactive web applications.
Distinguishing note: Focuses on the synchronization of server-rendered state with client-side interactivity, distinct from general UI components.
Explore 3 awesome GitHub repositories matching web development · Hydration Frameworks. Refine with filters or upvote what's useful.
Yew is a framework for building front-end web applications using Rust and WebAssembly. It provides a component-based architecture that allows developers to create modular, reusable user interface elements that manage their own state and logic. By compiling code into binary modules, the framework enables high-performance execution within modern browser environments. The framework distinguishes itself through a macro-based markup language that transforms declarative, HTML-like syntax into strongly-typed component structures during compilation. It features a robust server-side rendering engine t
Attaches event listeners and reactive logic to pre-rendered server markup by matching the virtual tree against existing DOM nodes.
next-i18next is an internationalization library that integrates the i18next ecosystem into Next.js applications, supporting both the App Router and Pages Router. It provides locale-aware routing middleware, server-component translation hydration, and a unified translation management system that works across server and client components. The library handles automatic language detection from browser cookies and HTTP Accept-Language headers, persists user language preferences across sessions, and rewrites URLs with locale prefixes for proper routing. It includes a translation hydration framework
Serializes server-loaded translations into page HTML for immediate client-side access without additional network requests.
Hypernova este un motor de randare distribuit și un serviciu de server-side rendering care transformă componentele JavaScript în HTML pe un server la distanță. Funcționează ca un framework de hidratare a paginilor web, permițând atașarea comportamentului interactiv la markup-ul static generat de server prin deserializarea stării aplicației în browser. Sistemul utilizează un runtime JavaScript izolat care execută componentele în mașini virtuale sandbox pentru a preveni scurgerea stării globale și interferența între cererile concurente. Utilizează o arhitectură distribuită pentru a executa sarcinile de randare pe mai multe procese worker și nuclee CPU. Motorul gestionează fluxul de cereri și trafic printr-un pipeline de cereri batch și middleware pluggable pentru interceptarea ciclului de viață. Include capabilități pentru serializarea stării aplicației, fallback-uri de randare client-side pentru a asigura disponibilitatea paginii și suport pentru clienți multi-limbaj pentru trimiterea cererilor din diverse medii backend.
Provides a framework to attach reactive logic and event listeners to server-rendered HTML.