awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesES Module Isolation

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.

Awesome ES Module Isolation GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • dotnet/blazorالصورة الرمزية لـ dotnet

    dotnet/blazor

    9,276عرض على GitHub↗

    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.

    PowerShell
    عرض على GitHub↗9,276
  • wesbos/beginner-javascriptالصورة الرمزية لـ wesbos

    wesbos/beginner-javascript

    6,771عرض على GitHub↗

    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.

    HTML
    عرض على GitHub↗6,771
  • hepengwei/visualization-collectionالصورة الرمزية لـ hepengwei

    hepengwei/visualization-collection

    4,550عرض على GitHub↗

    هذا المشروع عبارة عن مكتبة تصور للواجهة الأمامية ومعرض لأمثلة الويب التفاعلية. يوفر مجموعة من التنفيذات التي توضح التأثيرات المرئية المتقدمة من خلال استخدام أوراق الأنماط، وأسطح رسم القماش (canvas)، ومكتبات الرسومات ثلاثية الأبعاد. تتميز المجموعة بشكل خاص بتنفيذات لتصور مخرجات الذكاء الاصطناعي وأنماط البيانات المعقدة. تتضمن معارض متخصصة للمشاهد ثلاثية الأبعاد والكائنات المكانية، بالإضافة إلى عرض لتأثيرات الحركة الأنيقة وتصميمات الواجهة. تغطي المكتبة مجموعة واسعة من قدرات العرض، بما في ذلك الرسوم المتحركة ثنائية الأبعاد عالية الأداء والبيئات المكانية الغامرة. تستخدم استراتيجية متعددة المحركات للجمع بين تقنيات رسم مختلفة لدقة بصرية متنوعة.

    Uses module isolation to prevent style leakage and logic interference between different visual demonstrations.

    TypeScriptcanvascollectioncss3
    عرض على GitHub↗4,550
  1. Home
  2. Software Engineering & Architecture
  3. Pluggable Module Loading
  4. ES Module Isolation