Limit the amount of pages saved on InfiniteQuery cache in v4. #5489
Unanswered
jvitormelo
asked this question in
Q&A
Replies: 1 comment 8 replies
-
v5 supports this with the |
Beta Was this translation helpful? Give feedback.
8 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.
-
I have an infinite list, but I don't want to apply virtualization, and if I allow the user to load all the cached pages at once can cause a bad experience because it can lag in the transition between lists with 500+items.
For now, what I did was create another page state to limit the array size, it worked but I don't know if is the best, and the code is kinda ugly
Beta Was this translation helpful? Give feedback.
All reactions