awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • qwikdev/qwikAvatar de QwikDev

    QwikDev/qwik

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

    TypeScriptframeworkhacktoberfestjavascript
    Ver en GitHub↗22,014
  • cloudwego/einoAvatar de cloudwego

    cloudwego/eino

    9,675Ver en GitHub↗

    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
    Ver en GitHub↗9,675
  1. Home
  2. Data & Databases
  3. Resumable Application State

Explorar subetiquetas

  • 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.