Skip to content

btmills/reactjs-cbus-code-splitting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 

Repository files navigation

Code Splitting in React

ReactJS Columbus, 2018-02-26

The slides are built using Spectacle and spectacle-code-slide. Do yourself a favor and check them both out.

To view the slides from a local Git checkout:

$ cd talk
$ npm install
$ npm start

The slides will be available at localhost:3000.

Try the demo

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

The demo will be available at localhost:8000.

About

Slides and demo for my talk on code splitting in React at ReactJS Columbus

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published