lazy
Edit this pageUsed to lazy load components to allow for code splitting.
Components are not loaded until rendered.
Lazy loaded components can be used the same as its statically imported counterpart, receiving props etc.
Lazy components trigger <Suspense>