Closed
Description
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?