By Boris Sever React 16.6 brought code-splitting to a new level. You can now load your components when it’s really needed without installing additional libraries. What are code-splitting and lazy loading? Webpack defines code-splitting as: “techniqu...