SuspenseList
is how React coordinates the reveal order of Suspense
components.
It only accepts Suspense
components as children — which can effect where you error boundaries are placed.
By default SuspenseList
will show suspended component fallbacks together and reveal children
as suspenders resolve.