This talk was given at ViennaJS November 2017 by Glenn Reyes.
Shipping apps is easy, but shipping GREAT apps takes quite some effort. Our mission now is to build faster web apps and deliver as less code as needed. But how? Dynamic imports have arrived! With the new import() proposal we have got a convenient capability to load React components whenever rendered. In this talk we will leverage code-splitting with minimal effort and discuss common approaches.