This talk was given at ViennaJS Kind-of-April 2017 by Glenn Reyes.
Code-splitting allows you to split your code into separate bundles which you can load them on demand. How do you do it? Why is it useful? How would you do it in React? Answers to these questions and more in the talk.