showing cached data while component suspended. #4524
Unanswered
dante01yoon
asked this question in
Q&A
Replies: 3 comments 4 replies
-
Should I use another Table data as fallback UI while fetching 🤔 <Suspense fallback={<Table page={page -1} enable={false}/>}> // <- Is it possible show page 0's data while fetching page 1's data?
<Table page={page}/>
</Suspense> |
Beta Was this translation helpful? Give feedback.
0 replies
-
If you are using If you're not using suspense, you can use |
Beta Was this translation helpful? Give feedback.
4 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.
-
Greetings,
Is it possible to use different key of data while fetching data of new key ?
What I mean is when drawing some component has pagination, I think it would be better show previous page of data while fetching new page, rather than showing whole zero-data fallback ui.
Is it possible to see show old data while fetching different part of keys ?
Beta Was this translation helpful? Give feedback.
All reactions