-
Hi all, I'm struggling to figure out how to integrate TQ correctly for my use case. I want a scrollable column of items, where pages continue to be fetched as you scroll down. But, I also want to refetch pages as you scroll back up (and back down). This column can theoretically become very large the more you scroll down. My initial thought, was to use My current idea is to go ahead with Does this seem like the best approach? I'd appreciate any input. No need to respond with code snippets or anything, just the theory is good enough! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Sorry, just read more on the |
Beta Was this translation helpful? Give feedback.
Sorry, just read more on the
maxPages
option. Going to experiment with that to see if I can solve this!