awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesModule Preloaders

Mechanisms for downloading ESM modules early using resource hints.

Distinct from Resource Preloading: Distinct from general resource preloading: specifically targets ESM module imports.

Explore 4 awesome GitHub repositories matching web development · Module Preloaders. Refine with filters or upvote what's useful.

Awesome Module Preloaders GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • facebook/reactAvatar von facebook

    facebook/react

    245,669Auf GitHub ansehen↗

    React ist eine JavaScript-Bibliothek für den Aufbau von Benutzeroberflächen, basierend auf einer komponentenorientierten Architektur und unidirektionalem Datenfluss.

    Uses resource hints to download ESM modules early, reducing latency when resources are required.

    JavaScriptjavascriptuifrontend
    Auf GitHub ansehen↗245,669
  • jamiebuilds/react-loadableAvatar von jamiebuilds

    jamiebuilds/react-loadable

    16,525Auf GitHub ansehen↗

    react-loadable is a React component lazy loader and JavaScript bundle orchestrator designed to manage the delivery of asynchronous components. It provides a bridge for server-side rendering to coordinate dynamic module preloading and prevent content flicker during client hydration. The project includes a dynamic component preloader to trigger background fetches of visual components before they are required on screen. It utilizes a system to map individual modules to their respective bundles, ensuring the correct assets are delivered. The library covers code splitting workflows and asynchrono

    Initiates network requests for JavaScript bundles before the components are required for rendering.

    JavaScriptasyncbabel-plugincode-splitting
    Auf GitHub ansehen↗16,525
  • reactjs/react.devAvatar von reactjs

    reactjs/react.dev

    11,765Auf GitHub ansehen↗

    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

    Instructs the browser to download external modules early to reduce latency when they are required.

    JavaScriptdocumentationjavascriptreact
    Auf GitHub ansehen↗11,765
  • tape-testing/tapeAvatar von tape-testing

    tape-testing/tape

    5,802Auf GitHub ansehen↗

    Tape is a TAP-producing test framework for Node.js that provides assertions, spies, subtests, and isolated test harnesses. It functions as both a test runner and an assertion library, outputting results in the Test Anything Protocol format for machine or human consumption. The framework manages test execution through callback-based async control, plan-based auto termination, and subtest stack isolation. It includes a spy wrapper system that replaces object methods with call-recording wrappers that restore originals during teardown, along with a teardown callback registry that collects and exe

    Supports preloading modules via command-line flag for transpiler setup before tests run.

    JavaScript
    Auf GitHub ansehen↗5,802
  1. Home
  2. Web Development
  3. Resource Preloading
  4. Module Preloaders

Unter-Tags erkunden

  • Preload List PersistencePersisting the list of modules to be pre-loaded into the system's primary configuration file. **Distinct from Module Preloaders:** Focuses on the persistence and updating of the preload list, not the mechanism of preloading itself.
  • TestMechanisms for loading modules before test execution for transpiler setup or shared initialization. **Distinct from Module Preloaders:** Distinct from Module Preloaders: focuses on preloading for test environments rather than general ESM resource hints.