awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesResumable Application State

Framework-level state resumption that restores interactivity without re-executing JavaScript to rebuild the UI tree.

Distinct from Application State Management: Focuses on resuming interactivity from server state to eliminate hydration, not general state synchronization

Explore 2 awesome GitHub repositories matching data & databases · Resumable Application State. Refine with filters or upvote what's useful.

Awesome Resumable Application State GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • qwikdev/qwikAvatar von QwikDev

    QwikDev/qwik

    22,014Auf GitHub ansehen↗

    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's last known state to eliminate the need for client-side rehydration.

    TypeScriptframeworkhacktoberfestjavascript
    Auf GitHub ansehen↗22,014
  • cloudwego/einoAvatar von cloudwego

    cloudwego/eino

    9,675Auf GitHub ansehen↗

    Eino is an AI agent development kit and LLM application framework designed for building autonomous agents and orchestrating complex language model workflows. It serves as a multi-agent orchestration engine and workflow orchestrator, providing a graph-based execution model to route data between models, tools, and retrievers. The framework distinguishes itself through a robust set of multi-agent coordination patterns, including supervisor-led management, sequential flows, and autonomous reasoning loops like ReAct. It features advanced agent execution controls such as active turn preemption, che

    Allows passing specific data back to a target interrupt point during resumption to influence workflow logic.

    Goaiai-applicationai-framework
    Auf GitHub ansehen↗9,675
  1. Home
  2. Data & Databases
  3. Resumable Application State

Unter-Tags erkunden

  • Resumption Data InjectionMechanisms for passing specific external data into a workflow at the point of resumption after an interrupt. **Distinct from Resumable Application State:** Focuses on the active injection of data during the resume signal, not just restoring a saved state.