use() within a Context Provider
The layout starts getUser() without awaiting and shares the Promise through context. Multiple components read it with use() from a single request, each suspending where the value is used.
The layout starts getUser() without awaiting and shares the Promise through context. Multiple components read it with use() from a single request, each suspending where the value is used.
Signed in as Ada Lovelace.