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
·

4 dépôts

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

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.

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

    JavaScriptjavascriptuifrontend
    Voir sur GitHub↗245,669
  • jamiebuilds/react-loadableAvatar de jamiebuilds

    jamiebuilds/react-loadable

    16,525Voir sur GitHub↗

    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
    Voir sur GitHub↗16,525
  • 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

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

    JavaScriptdocumentationjavascriptreact
    Voir sur GitHub↗11,765
  • tape-testing/tapeAvatar de tape-testing

    tape-testing/tape

    5,802Voir sur GitHub↗

    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
    Voir sur GitHub↗5,802
  1. Home
  2. Web Development
  3. Resource Preloading
  4. Module Preloaders

Explorer les sous-tags

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