piotrwitek / react-redux-typescript-jspm-starter

Futuristic, bundle-free, development environment for building Component-Driven SPA with React, Redux and TypeScript - powered by JSPM (SystemJS & Rollup with tree-shaking)
https://piotrwitek.github.io/react-redux-typescript-jspm-starter/
MIT License
231 stars 43 forks source link

Improve docs about differences with Webpack #40

Open piotrwitek opened 7 years ago

piotrwitek commented 7 years ago

Add section in docs about differences of this workflow compared to Webpack.

Module Bundler vs. ES Module Loader for Browsers

piotrwitek commented 7 years ago

JSPM with SystemJS aims to enable the workflow to load ES modules directly by the browser with "ES Modules" support (without the bundling process), or falling back to a SystemJS loader in browsers without such support.