1. React
  2. React Alicante
  3. 2017
  4. Code-splitting in React apps

Code-splitting in React apps

Glenn Reyes at React Alicante 2017

Dynamic imports have arrived! With the new import() proposal we have got a convenient capability to load React components whenever rendered. Our mission now is to build faster web apps and deliver as less code as needed. But how? In this talk we will leverage code-splitting with minimal effort and discuss the page speed impact.