Where to Position React Suspense and Error Boundaries

InstructorKent C. Dodds

Share this video with your friends

Send Tweet

The only rule about positioning React and Suspense Error Boundaries is they must be somewhere higher in the tree than the component that's suspending or throwing errors. But where you put them in the tree has an impact on what's rendered when they are utilized. Let's play around with that a little bit to get a sense for how we should decide where those should be positioned.