awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

Awesome GitHub RepositoriesCustom Resource Loaders

Plugin-based loaders that treat non-standard file types as JavaScript modules.

Distinct from Programmatic Plugin Loading: Focuses on the transformation of external assets into modules, not just programmatic activation of functions.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Custom Resource Loaders. Refine with filters or upvote what's useful.

Awesome Custom Resource Loaders GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • requirejs/requirejsAvatar de requirejs

    requirejs/requirejs

    12,919Ver en GitHub↗

    RequireJS is a JavaScript module loader and dependency manager that implements the Asynchronous Module Definition API. It enables the asynchronous loading of JavaScript files in the browser to prevent page rendering blocks and manages interdependent scripts to avoid global namespace pollution and execution order issues. The project includes a build optimizer that combines and minifies multiple script files into single bundles to reduce network requests. It also provides a mechanism for version management, allowing multiple versions of the same library to coexist on a single page without confl

    Uses plugins to load non-standard file types or specialized data bundles as JavaScript modules.

    JavaScript
    Ver en GitHub↗12,919
  • amdjs/amdjs-apiAvatar de amdjs

    amdjs/amdjs-api

    4,296Ver en GitHub↗

    This project provides the technical standards and API specifications for asynchronous JavaScript module loaders. It defines the protocols for defining, referencing, and loading modular code to ensure consistent execution and interoperability across different browser environments. The system establishes a standard interface for fetching and initializing JavaScript dependencies and non-code assets without blocking the main browser thread. It includes a resource loader interface for mapping module identifiers to physical file paths and resolving relative dependencies into absolute URLs. The cap

    Provides an API for mapping module identifiers to file paths and resolving relative dependencies into absolute URLs.

    Ver en GitHub↗4,296
  • webpack-contrib/extract-text-webpack-pluginAvatar de webpack-contrib

    webpack-contrib/extract-text-webpack-plugin

    3,992Ver en GitHub↗

    This project is a Webpack asset extraction plugin and build optimizer designed to separate CSS and static text assets from the main JavaScript bundle. It functions as a tool for moving text content into standalone external files to reduce the size of the primary execution bundle. The plugin specifically provides capabilities for CSS extraction, moving styles into separate files to prevent them from blocking the primary JavaScript execution. It enables the generation of several distinct output files for different asset types through the use of multiple plugin instances. The system covers asse

    Provides specialized resource loaders that convert assets into exportable modules with configurable fallback behaviors.

    JavaScriptwebpack-plugin
    Ver en GitHub↗3,992
  1. Home
  2. Software Engineering & Architecture
  3. Plugin Architectures
  4. Programmatic Plugin Loading
  5. Custom Resource Loaders