Links tagged “webpack”
11 links, newest first.
webpack.js.org
Reference for webpack's configuration object and the webpack.config.js file, with an index of every available option.
mozilla/neo: Create and build React web applications with zero initial configuration and minimal fuss
github.com
A zero-configuration toolkit for building React applications, bundling Webpack, Babel, ESLint and Redux behind one dependency; now archived in favour of Neutrino.
medium.com
Walkthrough of splitting a React bundle by route with Webpack and applying the PRPL pattern to cut first paint and time-to-interactive on mobile.
medium.com
Reviews how React Hot Loader and React Transform preserve component state across reloads, why both grew complicated, and argues for proxying at the call site instead.
jlongster.com
Drives the frontend and backend webpack builds from a single Gulp setup, watching for changes and restarting the server with nodemon.
jlongster.com
Configures webpack as the build tool for a Node.js backend, using target node and the externals option to keep node_modules unbundled, plus sourcemap support.
jlongster.com
Presents monkey-hot-loader, a webpack loader that patches top-level functions on save so a running app picks up edits without a restart.
medium.com
A recommended 2016 front-end stack — React and Redux, ES6 through Babel, ESLint on the Airbnb config, webpack, Mocha and Lodash — with the reasoning for each pick.
github.com
A cookbook of webpack recipes — bundling, loaders, code splitting and hot reloading — drawn from the author's use of the tool at Instagram.
survivejs.com
Opening chapter of the SurviveJS React book, which teaches React and its surrounding ecosystem by building a Kanban application step by step.







