3 Repos
Loads JavaScript from standard ES modules to keep component dependencies self-contained and avoid global namespace pollution.
Distinct from Pluggable Module Loading: Distinct from Pluggable Module Loading: focuses on ES module isolation for JavaScript dependencies, not general plugin loading.
Explore 3 awesome GitHub repositories matching software engineering & architecture · ES Module Isolation. Refine with filters or upvote what's useful.
Blazor is a .NET framework for building interactive web user interfaces using C# instead of JavaScript. It provides a component-based UI composition model where reusable, self-contained UI elements are built with C# logic and Razor markup, supporting nesting, parameters, and lifecycle events. The framework offers two primary rendering models: a client-side runtime that compiles C# to WebAssembly and executes directly in the browser, and a server-side model that renders UI on the server and sends incremental DOM updates over a persistent SignalR connection. A central capability of Blazor is it
Loads JavaScript from standard ES modules to keep component dependencies self-contained and avoid global namespace pollution.
This is a video course that teaches JavaScript from scratch, covering fundamentals like variables, functions, scope, closures, and data types through 88+ lessons organized into 15 modules. The course uses a live-coding pedagogy where students code alongside pre-recorded video lessons, with each lesson providing starter and solution files for self-paced practice. The curriculum focuses on browser-native APIs, teaching DOM manipulation, event handling, and data fetching without external frameworks. Students build real-world projects like image galleries, drawing tools, and audio visualizers thr
Organizes JavaScript into reusable ES modules and bundles them with build tools for larger applications.
Dieses Projekt ist eine Frontend-Visualisierungsbibliothek und eine Galerie interaktiver Web-Beispiele. Es bietet eine Sammlung von Implementierungen, die fortgeschrittene visuelle Effekte durch die Verwendung von Stylesheets, Canvas-Zeichenflächen und 3D-Grafikbibliotheken demonstrieren. Die Sammlung bietet spezifisch Implementierungen zur Visualisierung von KI-Outputs und komplexen Datenmustern. Sie enthält spezialisierte Galerien für 3D-Szenen und räumliche Objekte sowie ein Showreel stilistischer Bewegungseffekte und Interface-Designs. Die Bibliothek deckt ein breites Spektrum an Rendering-Funktionen ab, einschließlich hochperformanter 2D-Animationen und immersiver räumlicher Umgebungen. Sie nutzt eine Multi-Engine-Strategie, um verschiedene Zeichentechnologien für unterschiedliche visuelle Wiedergabetreue zu kombinieren.
Uses module isolation to prevent style leakage and logic interference between different visual demonstrations.