Skip to content
Discussion options

You must be logged in to vote

it would not make sense, suspense cannot work without cache, they are one. without cache it would just throw infinitely, creating a loop. you can of course use loaders directly, for instance in useEffect just like in vanilla, but you're loosing suspense: loading, completion, errors and orchestration in general all go out of the window.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by PlopTheReal
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2091 on February 23, 2022 13:46.