1. 4
    Understand How React.lazy Communicates Loading Status to Suspense and Error Boundaries
    2m 18s

Understand How React.lazy Communicates Loading Status to Suspense and Error Boundaries

InstructorMichael Chan

Share this video with your friends

Send Tweet

React Suspense won't magically detect and inspect promises in your code. You have to wrap promises to communicate promise status to Suspense and Error Boundaries.

React.lazy acts as a model for which states we need our promise wrappers to handle.