3 repository-uri
Mechanisms for managing the mounting, unmounting, and refreshing of independent sub-applications within a host shell.
Distinguishing note: The candidates are unrelated, focusing on routing, data structures, or visual effects rather than the general lifecycle management of micro-frontend instances.
Explore 3 awesome GitHub repositories matching web development · Application Lifecycle Controls. Refine with filters or upvote what's useful.
Wujie este un framework de micro-frontend și orchestrator conceput pentru a încorpora mai multe aplicații web independente într-un singur shell gazdă. Oferă un sistem pentru gestionarea ciclului de viață, montarea și conservarea stării sub-aplicațiilor, menținând în același timp o izolare strictă a JavaScript și CSS. Framework-ul utilizează un sandbox de componente web care combină iframes și elemente personalizate pentru a preveni poluarea variabilelor globale și scurgerile de stil. Dispune de un bus de evenimente descentralizat pentru schimbul de date și sincronizarea stării între micro-aplicații izolate, împreună cu un mecanism de oglindire a navigării interne a sub-aplicației către URL-ul browser-ului. Proiectul acoperă domenii extinse de capabilități, inclusiv conservarea stării aplicației pentru a restaura sesiunile utilizatorilor, izolarea execuției JavaScript și încapsularea CSS. De asemenea, gestionează controlul ciclului de viață al aplicației, permițând montarea, demontarea și reîmprospătarea aplicațiilor copil.
Single-spa recreates child application instances from scratch while preserving their original configuration and properties.
Effector is a reactive state management library and data flow orchestrator designed for building complex, event-driven applications. It models application logic as a directed acyclic graph, where state updates and asynchronous side effects propagate automatically through declarative pipelines. By decoupling business logic from user interface layers, it allows developers to maintain state in independent containers that communicate via standard interfaces, ensuring the system remains framework-agnostic. The library distinguishes itself through its robust support for isolated execution scopes, w
Controls application lifecycle events to ensure predictable state transitions during initialization and shutdown.
Effector is a reactive state management library designed for building complex, event-driven applications. It functions as a data flow engine that models application logic as a directed acyclic graph, ensuring that state updates propagate automatically through interconnected nodes. By utilizing atomic state updates and declarative unit composition, the library maintains data consistency and provides a predictable execution model for managing application state. The project distinguishes itself through its framework-agnostic architecture, which decouples business logic from user interface implem
Triggers the initialization and teardown of application logic using events to manage state transitions and prevent memory leaks.