Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumReactlazy and SuspenseSingle-choice MCQ

You wrap two independently-loaded lazy components in a SINGLE Suspense boundary. How does this affect what the user sees?

<Suspense fallback={<Spinner />}> <LazyA /> <LazyB /> </Suspense>