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
·

3 Repos

Awesome GitHub RepositoriesReact Native Bundlers

Tools specifically designed to package JavaScript and assets for execution in React Native environments.

Distinct from React Native Applications: Existing candidates focus on the apps, libraries, or resources rather than the bundling tool itself.

Explore 3 awesome GitHub repositories matching mobile development · React Native Bundlers. Refine with filters or upvote what's useful.

Awesome React Native Bundlers GitHub Repositories

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

    react/metro

    5,608Auf GitHub ansehen↗

    Metro ist ein JavaScript-Bundler, der für React-Native-Umgebungen konzipiert ist. Er fungiert als System zur Auflösung von Abhängigkeiten, zur Transformation von Quellcode und zur Paketierung von JavaScript und Assets in Bundles für die Ausführung. Das Projekt beinhaltet einen Entwicklungs-Bundler-Server, der Assets via HTTP hostet und Hot Module Replacement bietet. Es verfügt über einen Modul-Resolver, der plattformspezifische Dateierweiterungen handhabt, sowie einen Quellcode-Transformator, der Code zur Optimierung und Minifizierung in Baumstrukturen konvertiert. Das Toolset deckt die programmatische Bundle-Generierung, die Erstellung von Source-Maps und das Dateisystem-Caching ab, um redundante Transformationen zu vermeiden. Es bietet zudem Funktionen für Asset-Management, Polyfill-Injektion und sichere Serverkonfiguration unter Verwendung von TLS-Zertifikaten für verschlüsselte Endpunkte. Überwachungstools sind enthalten, um den Bundling-Status zu verfolgen und Performance-Metadaten für Start- und Update-Events zu protokollieren.

    Packages JavaScript code and assets into single bundles optimized for execution within React Native applications.

    JavaScriptbundlerjavascriptreact-native
    Auf GitHub ansehen↗5,608
  • callstack/haulAvatar von callstack

    callstack/haul

    3,682Auf GitHub ansehen↗

    Haul is a mobile application development tool that functions as a JavaScript module bundler, TypeScript transpiler, and development server for mobile environments. It provides a command line interface to manage the build pipeline and serve application bundles to connected devices. The tool utilizes Webpack to compile and package JavaScript and TypeScript code specifically for React Native development. It distinguishes itself through a specialized build pipeline that transforms type-safe code into compatible JavaScript for mobile runtimes. The platform covers comprehensive build and tooling c

    Functions as a specialized bundler for packaging JavaScript and assets specifically for React Native environments.

    TypeScriptclireact-nativewebpack
    Auf GitHub ansehen↗3,682
  • callstack-io/haulAvatar von callstack-io

    callstack-io/haul

    3,682Auf GitHub ansehen↗

    Haul is a Webpack-based mobile bundler and build tool designed for React Native applications. It manages the development lifecycle and packages source code and assets into bundles for both local development servers and production environments. The project functions as a Webpack bundler extension, allowing the integration of custom loaders and plugins to modify how mobile assets and source code are processed. It includes a mobile bundle analyzer to examine the composition and size of the final output for asset optimization. The toolset covers application build tooling, project configuration a

    Functions as a specialized bundler for packaging JavaScript and assets in React Native environments.

    TypeScript
    Auf GitHub ansehen↗3,682
  1. Home
  2. Mobile Development
  3. React Native Bundlers