I want to lazy load my components to decrease my initial bundle size and get components on the fly using code splitting using react router. However, when using React Suspense, they force you to use a fallback for loading. This wouldn’t work: In my case I am rendering html from the server so I don’t want to use a spinner.