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

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

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

6 مستودعات

Awesome GitHub RepositoriesExternal Script Loaders

Components that manage the loading and lifecycle of external script resources.

Distinct from Component Scripting: Distinct from general component scripting: specifically manages external script loading and de-duplication.

Explore 6 awesome GitHub repositories matching user interface & experience · External Script Loaders. Refine with filters or upvote what's useful.

Awesome External Script Loaders GitHub Repositories

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

    facebook/react

    245,669عرض على GitHub↗

    React هي مكتبة JavaScript لبناء واجهات المستخدم تعتمد على معمارية قائمة على المكونات وتدفق بيانات أحادي الاتجاه.

    Optimizes script delivery by de-duplicating external scripts and managing their placement in the document head.

    JavaScriptjavascriptuifrontend
    عرض على GitHub↗245,669
  • idvel/rime-iceالصورة الرمزية لـ iDvel

    iDvel/rime-ice

    17,894عرض على GitHub↗

    This project provides a comprehensive configuration framework for the Rime input engine, designed to standardize and optimize typing behavior for Simplified Chinese. It serves as a modular system for managing large-scale vocabulary databases, custom input schemes, and personalized text transformation rules across different computing environments. The configuration distinguishes itself through a layered approach to dictionary management and input routing. It utilizes modular patch files to override default settings without altering core source files, allowing for flexible customization of cand

    Executes auxiliary modules to perform real-time text transformations like date formatting or mathematical calculations.

    Luarimerime-configrime-custom
    عرض على GitHub↗17,894
  • reactjs/react.devالصورة الرمزية لـ reactjs

    reactjs/react.dev

    11,765عرض على GitHub↗

    React is a JavaScript library for building user interfaces through the composition of modular, self-contained components. It employs a declarative programming model where developers describe the desired visual state, and the library automatically manages the underlying document updates and state synchronization. By utilizing a virtual representation of the document, it calculates and applies minimal changes to the browser, ensuring efficient rendering even in complex applications. The library distinguishes itself through a sophisticated scheduling system that manages rendering work in increme

    Loads external JavaScript files into the document head while automatically de-duplicating identical sources.

    JavaScriptdocumentationjavascriptreact
    عرض على GitHub↗11,765
  • uidotdev/usehooksالصورة الرمزية لـ uidotdev

    uidotdev/usehooks

    11,394عرض على GitHub↗

    This project is a comprehensive library of reusable React hooks designed to simplify browser API integration, state management, and component lifecycle tracking. It provides a declarative interface for managing complex browser interactions, allowing developers to encapsulate imperative logic into modular, composable functions that integrate directly with the component lifecycle. The library distinguishes itself by offering specialized utilities for asynchronous data orchestration, including built-in caching, retry logic, and loading state management. It also features advanced performance opti

    Loads external resources and scripts while tracking status and caching results.

    MDXastrobloghooks
    عرض على GitHub↗11,394
  • lake1059/ffmpegfreeuiالصورة الرمزية لـ Lake1059

    Lake1059/FFmpegFreeUI

    6,398عرض على GitHub↗

    Provides integration with AviSynth and VapourSynth for advanced video filtering pipelines.

    Visual Basic .NETffmpegffmpeg-guiffmpeg-windows
    عرض على GitHub↗6,398
  • suren-atoyan/monaco-reactالصورة الرمزية لـ suren-atoyan

    suren-atoyan/monaco-react

    4,643عرض على GitHub↗

    monaco-react is a React component wrapper for the Monaco Editor, providing a declarative way to embed a browser-based text editor into web applications. It includes components for standard code editing with syntax highlighting and a specialized diff editor for side-by-side version comparison. The project enables the integration of syntax validation to flag errors and provides mechanisms for managing multiple files through unique model identifiers, which preserve undo history and selection states during switches. It allows for custom asset loading via CDN or local paths and provides access to

    Supports custom asset loading for the editor's core scripts via CDN or local paths.

    TypeScripteditormonacoreact
    عرض على GitHub↗4,643
  1. Home
  2. User Interface & Experience
  3. Component Scripting
  4. External Script Loaders

استكشف الوسوم الفرعية

  • AviSynth and VapourSynth FiltersIntegrates with AviSynth and VapourSynth scripting frameworks for advanced frame-level video filtering before encoding. **Distinct from External Script Loaders:** Distinct from External Script Loaders: focuses on video-specific scripting frameworks (AviSynth/VapourSynth) for frame processing, not general-purpose script loading.
  • Text Transformation HooksHooks for executing auxiliary scripts to perform real-time text transformations like formatting or calculations. **Distinct from External Script Loaders:** Distinct from external script loaders: focuses on text-stream transformation hooks rather than resource lifecycle management.