Registry / web-framework / react-app-bundler

react-app-bundler

JSON →
library0.2.2jsnpmunverified

react-app-bundler was an early-stage utility designed to provide an interface to Browserify for client-side code bundling, specifically intended for use within the `react-app-*` ecosystem. This package facilitated the bundling process for React applications during a period when Browserify was a prominent tool for module management in the browser. However, it is explicitly deprecated and no longer maintained, with the last stable version being 0.2.2. Development has ceased, and users are strongly advised to migrate to `react-quickstart` or other modern bundlers like Webpack, Rollup, or Vite. It offered a streamlined way to integrate Browserify into a React application development workflow, but its approach has been superseded by more advanced and actively maintained solutions. The package's release cadence was infrequent, reflecting its early development and eventual abandonment.

npm install react-app-bundler
INSTALL
IMPORT
SIG · REACT-APP-BUNDLER
R
react-app-bundler
web-frameworkjavascriptv0.2.2
Install
Import
Disk
Pass rate
0/ 6
Env Coverage0 / 6
glibc
1822
musl
1822
Install & Compatibility
Where this runs
tested against v? · npm install
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
node 18226 runs
build_error
glibc
node 18226 runs
build_error
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

bundler
const bundler = require('react-app-bundler');
import bundler from 'react-app-bundler';
This package is deprecated and only supports CommonJS `require()` syntax. Modern ESM imports are not applicable.

This code demonstrates how `react-app-bundler` might have been used, but primarily serves as a notice that the package is deprecated and should not be used in new projects.

// react-app-bundler is deprecated and no longer maintained. // A quickstart example is not provided as its usage is highly discouraged. // Please refer to the recommended alternative, react-quickstart, or modern bundlers // like Webpack, Rollup, or Vite for current React application development. // Original usage would have likely involved a build script like: // const bundler = require('react-app-bundler'); // bundler.bundle({ /* options */ }, (err, result) => { // if (err) console.error(err); // else console.log('Bundle complete.'); // });
Debug
Known issues
deprecatedThis package is deprecated and no longer maintained. It is explicitly recommended to use `react-quickstart` instead.
fix
Migrate your project to use `react-quickstart` or modern bundling solutions like Webpack, Rollup, or Vite. Do not use `react-app-bundler` for new projects.
affects: >=0.0.1
gotchaThe package is very old (version 0.2.2) and relies on an outdated development workflow centered around Browserify for React applications. It is not compatible with modern React features, tooling, or module standards (ESM).
fix
Adopt current React development practices and tooling. This package is not suitable for contemporary web development.
affects: >=0.0.1
Errors
Common errors & fixes
Module not found: Can't resolve 'react-app-bundler'
The project is using a module bundler (like Webpack) that is configured for ESM or modern CJS, and the package might not be correctly interpreted due to its age and deprecation status, or it was simply not installed.
fix
This package is deprecated; it should not be used. If you are migrating an old project, remove this dependency and replace its functionality with a modern bundler like Webpack or Rollup, or use `react-quickstart`.
Upgrade
Version history
0.2.2latest on npm
Audit
Dependencies
browserifyrequiredProvides the underlying client code bundling functionality; this package acts as an interface to it.
Agent activity
2 hits · last 30 days
node
2
Resources
react-app-bundler — npm install react-app-bundler · libregistry