An overview of Code Splitting in React.js and High Order Components (Loadable + Lazy) Background/Bundling When first starting a new project in React, many of us used such tools as Create React App, Next.js, or Gatsby. Using these tools, files are “bundled” using tools like Webpack, Rollup or Browserify. Bundling is…