hono
hono copied to clipboard
`cache` option for `Suspense`
What is the feature you are proposing?
It would be useful if Promise resolved content could be cached by adding the cache attribute.
<Suspense fallback={`loading...`} cache>
<Compnent />
</Suspense>
Hello @yusukebe, I'm new to this codebase. I would like to work on this issue and contribute, Could you please add more description?