You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm integrating Suspense with React Async, and I've been reading up on how it's supposed to work. All the resources I found talk about needing react-cache or another cache mechanism for Suspense to work properly. However, none of the resources explain WHY Suspense needs a cache. Could someone explain that? I've been able to make it work without a cache. Am I missing something?
brainkim and StephaneBischoffbrainkim and kachkaev