awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

Awesome GitHub RepositoriesServer-Side State Resumption

The ability to resume application interactivity on the client using state provided by the server without hydration.

Distinguishing note: Focuses on eliminating hydration via state resumption, which differs from data replication or session resumption

Explore 3 awesome GitHub repositories matching web development · Server-Side State Resumption. Refine with filters or upvote what's useful.

Awesome Server-Side State Resumption GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • qwikdev/qwikAvatar de QwikDev

    QwikDev/qwik

    22,014Voir sur GitHub↗

    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

    Restores application interactivity from the server without requiring the re-execution of JavaScript for page rehydration.

    TypeScriptframeworkhacktoberfestjavascript
    Voir sur GitHub↗22,014
  • javalin/javalinAvatar de javalin

    javalin/javalin

    8,290Voir sur GitHub↗

    Javalin is a lightweight web framework for Java and Kotlin designed for building REST APIs and web applications. It functions as an embedded Jetty web server, allowing applications to run as standalone processes without the need for an external servlet container. The project provides specialized frameworks for diverse communication patterns, including a REST API framework with automatic OpenAPI schema generation, a GraphQL API framework with query and mutation resolvers, and a WebSocket server for bidirectional real-time communication. It also includes a dedicated framework for pushing real-t

    Injects server-side data into Vue instances on every request as a reactive state variable.

    Kotlinhacktoberfestjavajavalin
    Voir sur GitHub↗8,290
  • apertureless/vue-chartjsAvatar de apertureless

    apertureless/vue-chartjs

    5,717Voir sur GitHub↗

    vue-chartjs is a component library that wraps Chart.js chart types as reusable Vue components, integrating the charting library into Vue's component model. It provides reactive props binding so that charts automatically redraw when data or options change, and exposes the underlying Chart.js instance via template refs for direct programmatic access. The library also forwards Chart.js interaction events like clicks and hovers to Vue component event handlers, and applies ARIA labels to chart elements for screen reader support. The library distinguishes itself by offering typed Vue components for

    Automatically redraws Chart.js charts when reactive data or options change through Vue's reactivity system.

    TypeScript
    Voir sur GitHub↗5,717
  1. Home
  2. Web Development
  3. Server-Side State Resumption

Explorer les sous-tags

  • Vue Reactive State Injections1 sous-tagPasses server-side data to the Vue instance on every request making it available as a reactive state variable. **Distinct from Server-Side State Resumption:** Distinct from Server-Side State Resumption: injects server data as reactive state into Vue instances on every request, not just on initial page load.