1. 23
    Provide Suspensified Data to React Components with Context and useContext
    5m 52s

Provide Suspensified Data to React Components with Context and useContext

Share this video with your friends

Send Tweet

Proper Suspense code can mean a lot of functions wrapped in other functions.
Because these function are composed with Hooks, modules can't help us hide the implementation details.
But Context can!

Let's explore how Context Providers, Consumers, and the useContext Hook can integrate with Suspense to mask wordy useTransition-wrapped API calls.