awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

Awesome GitHub RepositoriesHydration Frameworks

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.

Awesome Hydration Frameworks GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • yewstack/yewAvatar yewstack

    yewstack/yew

    32,696Vezi pe GitHub↗

    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.

    Rustasmjsconcurrencyelm
    Vezi pe GitHub↗32,696
  • i18next/next-i18nextAvatar i18next

    i18next/next-i18next

    6,158Vezi pe GitHub↗

    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.

    TypeScripti18nextnextnextjs
    Vezi pe GitHub↗6,158
  • airbnb/hypernovaAvatar airbnb

    airbnb/hypernova

    5,790Vezi pe GitHub↗

    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.

    JavaScript
    Vezi pe GitHub↗5,790
  1. Home
  2. Web Development
  3. Hydration Frameworks

Explorează sub-etichetele

  • TranslationSystems that serialize server-loaded translations into page HTML for immediate client-side access without additional network requests. **Distinct from Hydration Frameworks:** Distinct from Hydration Frameworks: focuses specifically on translation data hydration, not general reactive logic attachment.