1 مستودع
Isolation containers that prevent global variable pollution and style leakage.
Distinct from Web Components: Specifically addresses the isolation/sandboxing aspect for runtime safety, whereas Web Components refers to general modular UI elements.
Explore 1 awesome GitHub repository matching web development · Execution Sandboxes. Refine with filters or upvote what's useful.
Wujie is a micro-frontend framework and orchestrator designed to embed multiple independent web applications into a single host shell. It provides a system for managing the lifecycle, mounting, and state preservation of sub-applications while maintaining strict JavaScript and CSS isolation. The framework utilizes a web component sandbox combining iframes and custom elements to prevent global variable pollution and style leakage. It features a decentralized event bus for data exchange and state synchronization between isolated micro-applications, along with a mechanism to mirror internal sub-a
Provides a container based on web components and iframes that prevents global variable pollution and style leakage.