Using suspense and enabled together #6408
Unanswered
ValentinBond
asked this question in
Q&A
Replies: 1 comment
-
do you know that suspense works in a way that each call to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Before version 5 I used the normal useQuery and specified the saspence flag to display the loader, sometimes I needed to specify the enable flag to run a chain of queries one by one. But in the new version we don't have the option to specify two flags together suspense and enabled. How can we handle cases when we need to load content not at once or handle a chain of requests while controlling the loader with suspense?
Beta Was this translation helpful? Give feedback.
All reactions