2 Repos
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.
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.
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.