awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Hydration Frameworks · Awesome GitHub Repositories

1 repo

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 1 awesome GitHub repository matching web development · Hydration Frameworks. Refine with filters or upvote what's useful.

  1. Home
  2. Web Development
  3. Hydration Frameworks

Awesome Hydration Frameworks GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • yewstack/yew

    yewstack/yew

    32,421View on 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
    32,421View on GitHub↗