Code Splitting in React

ReactJS Columbus, 2018-02-26

View the slides

$ cd talk
$ npm install
$ npm start

The slides will be available at http://localhost:3000.

Try the demo

$ cd demo
$ npm run build
$ cd dist
$ python -m SimpleHTTPServer 8000

The demo will be available at http://localhost:8000.