Software Alternatives & Reviews

Browserify

Browserify lets you require('modules') in the browser by bundling up all of your dependencies.

JS Build Tools Module Bundler Web Application Bundler

Browserify Reviews and details

Browserify Landing Page
Browserify Landing Page

Social recommendations and mentions

We have tracked the following product recommendations or mentions on Reddit, HackerNews and some other sources. They can help you see what people think about Browserify and what they use it for.
  • JavaScript Module Bundlers and all that Jazz ✨
    This began to change when NPM came in and running npm install became a quick and easy way to install dependencies. Browserify became the first JavaScript bundler. As its documentation says -. - Source: dev.to / 2 months ago
  • Hack to Run React Application inside Service Worker
    One problem was to run jsDOM as UMD module. But luckly I was able to use browserify to compile jsDOM into UMD. - Source: dev.to / 5 months ago
  • How to "import" modules in JS files and questions about best practices.
    Https://browserify.org/ is an easy one to get started with. - Source: Reddit / 6 months ago
  • Help with parse errors converting modular JavaScript to single file
    I think I've got it: Browserify. Wish me luck! - Source: Reddit / 7 months ago
  • Why NodeJS in Front Ends?
    Module bundlers, which combine all your JS code and its dependencies into one massive file. Examples include webpack and browserify. - Source: dev.to / 10 months ago
  • es6-cheatsheet
    Prior to ES6, we used libraries such as Browserify to create modules on the client-side, and require in Node.js. With ES6, we can now directly use modules of all types (AMD and CommonJS). - Source: dev.to / 11 months ago
  • Node.js in Chrome extension
    It's not exactly an extension, but if you want to run node code in the browser with all the dependencies I recommend this https://browserify.org/. - Source: Reddit / 11 months ago
  • Code Splitting with React Router v6, React Lazy and Suspense (in simple terms)
    There are a few manual ways to code split with Webpack, Rollup, Browserify and other bundling tools. But React has provided features to help tackle this called: React.Lazy and Suspense. - Source: dev.to / 11 months ago
  • How to build a serverless notification system on AWS
    This demo runs in a static site hosted on Amazon S3. As I’ve used a Node.js module to connect with IoT, the index.html file adds a bundle.js that was processed with Browserify. I’ll explain how it was done in the following sections. - Source: dev.to / about 1 year ago
  • JavaScript Module Ecosystem
    If you've done web development for any amount of time, there's a good chance you've had to work with tools like Webpack, Rollup, Browserify and other front-end tooling systems. But do you know why we started using them in the first place, and why they are still part of our everyday workflow? - Source: dev.to / about 1 year ago
  • State of the Web: Bundlers & Build Tools
    For a large part of the web, bundlers did not exist. To include scripts, most people just linked to the library on a CDN like CDNJS or Google Hosted Libraries. This would begin to change in 2009 when Node.js was released. Instead of using CDNs, Node.js came with its package manager, npm. Npm was easy to use because every library was just one npm install away, and updating was effortless. Because of the ease of... - Source: dev.to / over 1 year ago
  • [AskJS] - Deep differences between AMD and CJS?
    CommonJS(CJS) specification, released in 2009, is a JavaScript module format that uses module.exports/require and loads modules synchronously. NodeJS and Browserify are the dominant implementation of the CommonJS format. - Source: Reddit / over 1 year ago
  • Appwrite for Web
    Use NPM (node package manager) from your command line to add Appwrite SDK to your project. If you're using a bundler (like Browserify or webpack), you can import the Appwrite module when you need it:. - Source: dev.to / over 1 year ago
  • What's the relation between Node modules and browser scripts?
    Another way to put it - I've read about broswerify. In theory, what happens behind the scenes, is that it simply adds all the .js files in the Node module into one .js file? Any explanation / specific resource will be appreciates. - Source: Reddit / over 1 year ago
  • Exodus wallet. Yay or Nay?
    In addition to publishing our own open source code and libraries, Exodus also sponsors individuals to work in open source development. Exodus believes paying open source developers to continue contributing useful core components is a grassroots effort to spread not only the benefits of open source but to help the global digital asset community as a whole. JP Richardson, a co-founder of Exodus, is fanatical about... - Source: Reddit / almost 2 years ago
  • JS Modules
    A module bundler replaces a module loader and generates a bundle of all code at build time. Popular examples are Browserify and Webpack. - Source: dev.to / almost 2 years ago
  • The Frontend Hitchhiker's Guide: Build Tools
    Browserify started with the simple mission of allowing you to port your nodejs code to run in the browser. It can be used out of the box to compile a node script into a bundle that can be dropped into a web page. Browserify also supports other build tool features such as transformations and CSS & image imports. - Source: dev.to / almost 2 years ago
  • Getting Rid of Dust / 1.0.0-beta.4
    The web app was using some Node.js features and Browserify. This is an unnecessary layer in our case. I wanted every feature be natively supported by the browsers as upcoming clients will also be natively supported by their respected platform. - Source: dev.to / about 2 years ago
  • Making your App really Sexy with a React Singleton Hook
    This assumes that you’re using npm package manager with a module bundler like Webpack or Browserify to consume CommonJS modules. - Source: dev.to / about 2 years ago

External sources with reviews and comparisons of Browserify

First impressions with Parcel JS
Heard of Webpack, Rollup or Browserify? They are popular bundlers. If you’ve used one of them, you’ve used a bundler. A bundler does what it says on the tin, bundles your code 📦

Do you know an article comparing Browserify to other products?
Suggest a link to a post with product alternatives.

Generic Browserify discussion

Log in or Post with

This is an informative page about Browserify. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.