awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
timarney avatar

timarney/react-app-rewired

0
View on GitHub↗
9,851 स्टार्स·419 फोर्क्स·JavaScript·MIT·4 व्यूज़

React App Rewired

This project is a configuration utility and JavaScript bundler manager designed to extend build scripts and override settings for Create React App applications. It functions as a tool for modifying Webpack configurations without requiring a permanent ejection from the managed build system.

The utility allows for the customization of development and production build settings, enabling the use of custom build scripts to redefine project entry points. It provides mechanisms to modify the default build and development server settings to fit specific project requirements.

Capability areas include project path customization for file resolution, the implementation of custom HTTPS certificates and proxy routing for development servers, and the adjustment of test configurations and plugins for environment-based filtering. It also supports exporting final build configurations for external analysis and third-party tool integration.

Features

  • Build Configurations - Modifies development and production build settings without permanently disconnecting from the managed build system.
  • Build Process Hooks - Provides a way to inject custom modifications into the internal build configuration object before execution.
  • Configuration Wrappers - Wraps default build settings in a function to modify and return the final configuration object.
  • Build Process Extensions - Provides a configuration utility that allows custom build scripts and environment settings for Create React App.
  • Build Script Overrides - Allows specifying alternative scripts packages to change core build behaviors and redefine project entry points.
  • Build Tool Configurations - Modifies Webpack settings in Create React App projects without permanently ejecting from the build system.
  • Bundler Configuration Management - Customizes Webpack settings for React projects without permanently ejecting from the managed build system.
  • Bundler Configurations - Overrides development and production build paths and server settings for JavaScript-based web applications.
  • Configuration Overrides - Allows applying specific settings to the build pipeline without permanently altering the managed dependency structure.
  • Create React App Customizations - Modifies the default build and development server settings of Create React App to fit specific project needs.
  • Development Servers - Allows for the setup of custom proxy rules and HTTPS certificates within the local development environment.
  • Path Resolution Tools - Rewires internal project paths passed to build and test tools to ensure correct file resolution during compilation.
  • Development Server Security - Implements custom HTTPS certificates and advanced proxy routing for local development servers.
  • Test Environment Configurations - Adjusts test configurations and plugins to enable specific behaviors and environment filtering for project suites.
  • Build-Time Injections - Injects modified settings into the build and test tools at the moment the scripts are executed.
  • Configuration Proxies - Acts as an intermediary layer between custom developer settings and the underlying build engine.
  • Build and Bundle Optimization - Adjusts compilation paths and production build settings to optimize how applications are bundled and deployed.
  • Testing Configurations - Adjusts testing configurations and plugins to enable specific behaviors and environment-based filtering.
  • Development Toolkits - Use Preact with create-react-app without ejecting.

स्टार हिस्ट्री

timarney/react-app-rewired के लिए स्टार हिस्ट्री चार्टtimarney/react-app-rewired के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

अक्सर पूछे जाने वाले प्रश्न

timarney/react-app-rewired क्या करता है?

This project is a configuration utility and JavaScript bundler manager designed to extend build scripts and override settings for Create React App applications. It functions as a tool for modifying Webpack configurations without requiring a permanent ejection from the managed build system.

timarney/react-app-rewired की मुख्य विशेषताएं क्या हैं?

timarney/react-app-rewired की मुख्य विशेषताएं हैं: Build Configurations, Build Process Hooks, Configuration Wrappers, Build Process Extensions, Build Script Overrides, Build Tool Configurations, Bundler Configuration Management, Bundler Configurations।

timarney/react-app-rewired के कुछ ओपन-सोर्स विकल्प क्या हैं?

timarney/react-app-rewired के ओपन-सोर्स विकल्पों में शामिल हैं: dilanx/craco — Craco is a configuration layer for Create React App that modifies Webpack and Jest settings without requiring the… preactjs/preact-cli — preact-cli is a command line tool for scaffolding, developing, and building applications using the Preact library. It… callstack/haul — Haul is a mobile application development tool that functions as a JavaScript module bundler, TypeScript transpiler,… brentvollebregt/auto-py-to-exe — auto-py-to-exe is a Python to EXE converter and standalone executable packager that provides a web-based graphical… rust-lang/cargo — Cargo is the official build system and package manager for the Rust programming language. It provides a unified… insin/nwb — nwb is a zero-configuration build toolchain, module bundler, and development server for JavaScript and JSX…

React App Rewired के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो React App Rewired के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • dilanx/cracodilanx का अवतार

    dilanx/craco

    7,429GitHub पर देखें↗

    Craco is a configuration layer for Create React App that modifies Webpack and Jest settings without requiring the project to eject. It functions as a build tool plugin system and configuration manager, allowing for the injection of custom settings and third-party logic into the frontend build pipeline. The project utilizes a hook-based architecture and non-destructive configuration merging to override default settings. This allows for Webpack configuration overrides and Jest configuration tuning while maintaining the original source files. The system covers a broad range of build pipeline ex

    TypeScriptconfigurationcracreate-react-app
    GitHub पर देखें↗7,429
  • preactjs/preact-clipreactjs का अवतार

    preactjs/preact-cli

    4,669GitHub पर देखें↗

    preact-cli is a command line tool for scaffolding, developing, and building applications using the Preact library. It provides a Webpack-based build pipeline to coordinate code transformation, asset optimization, and production compilation. The toolkit includes a static site prerenderer to convert application routes into static HTML files and a PWA development toolkit for generating service workers and offline asset caching. It also functions as a frontend development server featuring hot module replacement and a proxy for real-time application iteration. The project covers a broad range of

    JavaScriptclihacktoberfesthttp2
    GitHub पर देखें↗4,669
  • callstack/haulcallstack का अवतार

    callstack/haul

    3,682GitHub पर देखें↗

    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
    GitHub पर देखें↗3,682
  • brentvollebregt/auto-py-to-exebrentvollebregt का अवतार

    brentvollebregt/auto-py-to-exe

    4,952GitHub पर देखें↗

    auto-py-to-exe is a Python to EXE converter and standalone executable packager that provides a web-based graphical interface for PyInstaller. It transforms Python scripts into single binary files that run without requiring a local Python installation or external dependencies. The project functions as a JSON-based build automator, allowing users to save, load, and export complex packaging configurations via JSON files to ensure consistent and reproducible builds across different projects. The tool covers script-to-executable conversion, including the ability to bundle static assets and icons

    JavaScriptautomationbundleexecutable
    GitHub पर देखें↗4,952
  • React App Rewired के सभी 30 विकल्प देखें→