1. 16
    Coordinate Fallback Rendering with the React SuspenseList Component
    4m 41s

Coordinate Fallback Rendering with the React SuspenseList Component

InstructorMichael Chan

Share this video with your friends

Send Tweet

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.