awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • facebook/reactAvatar de facebook

    facebook/react

    245,669Voir sur GitHub↗

    React est une bibliothèque JavaScript pour créer des interfaces utilisateur basées sur une architecture orientée composants et un flux de données unidirectionnel.

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

    JavaScriptjavascriptuifrontend
    Voir sur GitHub↗245,669
  • idvel/rime-iceAvatar de iDvel

    iDvel/rime-ice

    17,894Voir sur 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
    Voir sur GitHub↗17,894
  • reactjs/react.devAvatar de reactjs

    reactjs/react.dev

    11,765Voir sur 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
    Voir sur GitHub↗11,765
  • uidotdev/usehooksAvatar de uidotdev

    uidotdev/usehooks

    11,394Voir sur 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
    Voir sur GitHub↗11,394
  • lake1059/ffmpegfreeuiAvatar de Lake1059

    Lake1059/FFmpegFreeUI

    6,398Voir sur GitHub↗

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

    Visual Basic .NETffmpegffmpeg-guiffmpeg-windows
    Voir sur GitHub↗6,398
  • suren-atoyan/monaco-reactAvatar de suren-atoyan

    suren-atoyan/monaco-react

    4,643Voir sur 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
    Voir sur GitHub↗4,643
  1. Home
  2. User Interface & Experience
  3. Component Scripting
  4. External Script Loaders

Explorer les sous-tags

  • 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.