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. Another way to say: “loading on demand or in parallel” is lazy-loading.Opposite of lazy-loading is eager-loading.
Full article