Introduction

Let's have a look at how to split code into small chunks and then load them on demand.

Bundling

When developing React projects, most people also use a bundler such as:

These tools ensure that all files and imports are later bundled into a ...