awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
react avatar

react/metro

0
View on GitHub↗
metrobundler.dev↗

Metro

Metro este un bundler JavaScript conceput pentru medii React Native. Funcționează ca un sistem pentru rezolvarea dependențelor, transformarea codului sursă și împachetarea JavaScript-ului și a activelor în bundle-uri pentru execuție.

Proiectul include un server de bundler pentru dezvoltare care găzduiește activele prin HTTP și oferă hot module replacement. Dispune de un resolver de module care gestionează extensiile de fișiere specifice platformei și un transformator de cod sursă care convertește codul în structuri arborescente pentru optimizare și minificare.

Setul de instrumente acoperă generarea programatică de bundle-uri, crearea de source map-uri și caching-ul sistemului de fișiere pentru a evita transformările redundante. De asemenea, oferă capabilități pentru gestionarea activelor, injectarea de polyfill-uri și configurarea securizată a serverului folosind certificate TLS pentru endpoint-uri criptate.

Instrumentele de monitorizare sunt incluse pentru a urmări starea bundler-ului și a înregistra metadatele de performanță pentru evenimentele de pornire și actualizare.

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

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.
5,608 stele·682 fork-uri·JavaScript·MIT·5 vizualizări

Istoric stele

Graficul istoricului de stele pentru react/metroGraficul istoricului de stele pentru react/metro

Întrebări frecvente

Ce face react/metro?

Metro este un bundler JavaScript conceput pentru medii React Native. Funcționează ca un sistem pentru rezolvarea dependențelor, transformarea codului sursă și împachetarea JavaScript-ului și a activelor în bundle-uri pentru execuție.

Care sunt principalele funcționalități ale react/metro?

Principalele funcționalități ale react/metro sunt: React Native Bundlers, JavaScript Bundling Workflows, Bundled Asset Serving, Development Bundler Servers, Module Dependency Graphs, Module Resolution, Module Resolvers, Source Code Transformation Engines.

Care sunt câteva alternative open-source pentru react/metro?

Alternativele open-source pentru react/metro includ: 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…

Alternative open-source pentru Metro

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Metro.
  • substack/node-browserifyAvatar substack

    substack/node-browserify

    14,707Vezi pe GitHub↗

    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
    Vezi pe GitHub↗14,707
  • farm-fe/farmAvatar farm-fe

    farm-fe/farm

    5,580Vezi pe GitHub↗

    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
    Vezi pe GitHub↗5,580
  • microsoft/rushstackAvatar microsoft

    microsoft/rushstack

    6,479Vezi pe GitHub↗

    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
    Vezi pe GitHub↗6,479
  • callstack/haulAvatar callstack

    callstack/haul

    3,682Vezi pe GitHub↗

    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
    Vezi pe GitHub↗3,682
Vezi toate cele 30 alternative pentru Metro→