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
·

2 Repos

Awesome GitHub RepositoriesDynamic Module Loaders

Utilities for loading application components on demand to optimize bundle size.

Distinguishing note: Focuses on runtime code splitting rather than static build-time bundling.

Explore 2 awesome GitHub repositories matching web development · Dynamic Module Loaders. Refine with filters or upvote what's useful.

Awesome Dynamic Module Loaders GitHub Repositories

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

    gchq/CyberChef

    35,120Auf GitHub ansehen↗

    CyberChef is a web-based application designed for performing complex data encoding, decoding, encryption, and analysis tasks. It provides a visual interface where users construct data transformation pipelines by chaining modular operations together, allowing raw input to be processed into a desired output format entirely within the local browser environment. The tool functions as a client-side cryptographic workbench, ensuring that all data processing logic remains local to the user's machine to maintain privacy and eliminate server-side overhead. By utilizing functional pipeline composition

    Loads transformation modules on demand to maintain a small and modular application footprint.

    JavaScriptcompressiondata-analysisdata-manipulation
    Auf GitHub ansehen↗35,120
  • gregberge/loadable-componentsAvatar von gregberge

    gregberge/loadable-components

    7,802Auf GitHub ansehen↗

    loadable-components is a React code splitting library and client-side bundle optimizer. It functions as a dynamic component loader that splits application code into smaller chunks to reduce initial bundle size and improve page load performance. The project manages the delivery of JavaScript assets through asynchronous component loading, ensuring that code chunks are fetched on demand. It utilizes a dynamic import wrapper and promise-based resolution to handle the transition from pending states to rendered components. The library provides infrastructure for server-side rendering integration,

    Acts as a dynamic loader that fetches and executes React component modules only when they are required by the user.

    JavaScriptcode-splittingdynamic-importreact
    Auf GitHub ansehen↗7,802
  1. Home
  2. Web Development
  3. Dynamic Module Loaders