learn-webpack
browserify
Our great sponsors
learn-webpack | browserify | |
---|---|---|
1 | 32 | |
33 | 14,363 | |
- | 0.3% | |
2.5 | 1.0 | |
7 months ago | about 1 year ago | |
JavaScript | JavaScript | |
- | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
learn-webpack
-
Learn Webpack
Mode: Enable webpack built-in optimizations for development and production.
browserify
-
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 -
-
What stack would you use for building a landing page?
https://www.npmjs.com/package/browserify probably a little old school, but browserify is probably good enough.
- Node.js やReact、ESM、Viteの説明
-
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.
-
Front-end Guide
Browserify
-
Help with parse errors converting modular JavaScript to single file
I think I've got it: Browserify. Wish me luck!
-
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.
-
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).
-
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.
-
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/
What are some alternatives?
vite - Next generation frontend tooling. It's fast!
Rollup - Next-generation ES module bundler
esbuild - An extremely fast bundler for the web
RequireJS - A file and module loader for JavaScript
webpack - A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
parcel - The zero configuration build tool for the web. 📦🚀
HeadJS - The only script in your HEAD.
di4js - The di4js module is dependency injection implementation in JavaScript.
systemjs - Dynamic ES module loader
lazyload
Brunch - :fork_and_knife: Web applications made easy. Since 2011.
demo-fastify-esm