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
·
react avatar

react/metro

0
View on GitHub↗
5,608 Stars·682 Forks·JavaScript·MIT·3 Aufrufemetrobundler.dev↗

Metro

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.

Features

  • React Native Bundlers - Packages JavaScript code and assets into single bundles optimized for execution within React Native applications.
  • JavaScript Bundling Workflows - Resolves dependencies from a root file to create a packaged JavaScript bundle with minification and platform targeting.
  • Bundled Asset Serving - Serves generated JavaScript bundles and assets via a local HTTP server for rapid development deployment.
  • Development Bundler Servers - Runs a local HTTP server to handle requests for bundles and assets during active development.
  • Module Dependency Graphs - Traverses import trees to build a complete directed graph of required modules and assets.
  • Module Resolution - Defines how the bundler locates files using source extensions, package entry fields, and custom algorithms.
  • Module Resolvers - Provides a configurable lookup engine that resolves file paths and package entry fields based on a root file.
  • Source Code Transformation Engines - Converts source code into intermediate tree structures through a pluggable transformation pipeline before bundling.
  • JavaScript Source Transformers - Provides a transformation pipeline that converts source code into tree structures for optimization and minification.
  • React Native - Functions as a specialized bundler that resolves dependencies and packages code specifically for React Native environments.
  • Build Caches - Uses storage adapters to persist processed modules on disk to prevent redundant work across build cycles.
  • Programmatic Bundle APIs - Provides a promise-based programmatic interface to generate bundles, source maps, and assets for build automation.
  • Development Servers - Ships a local server providing hot module replacement to accelerate frontend and application iteration.
  • Asynchronous Bundle Pipelines - Executes the bundling process as an asynchronous pipeline returning the final assets and source maps.
  • Source Map Generators - Generates mapping files to correlate transformed production code back to the original source for debugging.
  • Platform-Specific Source Resolution - Automatically selects source files by matching platform-specific extensions during the module discovery phase.
  • Development Workflow Tools - Runs a local development server to deliver bundles and assets to mobile devices during active coding.
  • Persistent Module Caches - Persists processed module outputs and symbol tables on disk to avoid redundant transformations across build cycles.
  • Platform-Suffix Asset Resolution - Retrieves correct file paths for assets based on platform suffixes or resolution requirements.
  • Pluggable Compiler Integrations - Allows replacing the default compiler or minifier to customize source code processing and optimization.
  • Source Directory Configuration - Controls which folders are scanned for source files and excludes paths using regular expressions.
  • Build Automation Pipelines - Programmatically generates bundles and source maps to integrate into automated deployment or build pipelines.

Star-Verlauf

Star-Verlauf für react/metroStar-Verlauf für react/metro

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Metro

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Metro.
  • substack/node-browserifyAvatar von substack

    substack/node-browserify

    14,707Auf GitHub ansehen↗

    This project is a CommonJS module bundler and resolver designed to combine interdependent JavaScript files into a single script for execution in web browsers. It functions as a Node.js JavaScript bundler that emulates server-side core modules and resolves dependencies to ensure compatibility between server-side logic and browser environments. The system features an extensible bundling pipeline and a browser-side module resolver. It provides a plugin architecture for transforming source code and a source map generator to correlate bundled output back to original files for debugging. The proje

    JavaScript
    Auf GitHub ansehen↗14,707
  • farm-fe/farmAvatar von farm-fe

    farm-fe/farm

    5,580Auf GitHub ansehen↗

    Farm is a Rust-based web build tool and development server that compiles JavaScript, TypeScript, CSS, HTML, and static assets into optimized bundles. It uses a module-graph-based bundling approach with persistent module-level caching, enabling near-instant builds and sub-20ms hot module replacement during development. The tool processes assets based on file extensions, handling CSS, Sass, Less, PostCSS, HTML, and images as first-class modules without requiring JavaScript transformation. Farm distinguishes itself through its Vite-compatible plugin system, accepting Vite, Rollup, and Unplugin p

    Rustbuild-toolbundlercompiler
    Auf GitHub ansehen↗5,580
  • microsoft/rushstackAvatar von microsoft

    microsoft/rushstack

    6,479Auf GitHub ansehen↗

    Rushstack is a comprehensive toolset for managing large-scale TypeScript monorepos, providing a framework for build pipeline automation, dependency coordination, and static analysis. It functions as an incremental build orchestrator and management system designed to maintain consistency and performance across multiple packages in a shared workspace. The system distinguishes itself through an execution model based on directed acyclic graphs and content-hash-based incrementalism, which ensures only affected projects are rebuilt. It further optimizes development workflows via remote build artifa

    TypeScript
    Auf GitHub ansehen↗6,479
  • 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

    TypeScriptclireact-nativewebpack
    Auf GitHub ansehen↗3,682
Alle 30 Alternativen zu Metro anzeigen→

Häufig gestellte Fragen

Was macht react/metro?

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.

Was sind die Hauptfunktionen von react/metro?

Die Hauptfunktionen von react/metro sind: React Native Bundlers, JavaScript Bundling Workflows, Bundled Asset Serving, Development Bundler Servers, Module Dependency Graphs, Module Resolution, Module Resolvers, Source Code Transformation Engines.

Welche Open-Source-Alternativen gibt es zu react/metro?

Open-Source-Alternativen zu react/metro sind unter anderem: substack/node-browserify — This project is a CommonJS module bundler and resolver designed to combine interdependent JavaScript files into a… farm-fe/farm — Farm is a Rust-based web build tool and development server that compiles JavaScript, TypeScript, CSS, HTML, and static… microsoft/rushstack — Rushstack is a comprehensive toolset for managing large-scale TypeScript monorepos, providing a framework for build… callstack/haul — Haul is a mobile application development tool that functions as a JavaScript module bundler, TypeScript transpiler,… rolldown/rolldown — Rolldown is a high-performance JavaScript and TypeScript module bundler written in Rust. It functions as a fast module… browserify/browserify-handbook — The browserify-handbook is a comprehensive documentation guide for Browserify, a CommonJS module bundler and…