You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AFAIK, it would be more performant to refetch several pages with a single request/response by requesting the first page with perPage = perPage * loadedPagesCount. Why is refetching implemented the way it is, i.e. by requesting each previously loaded page separately?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
AFAIK, it would be more performant to refetch several pages with a single request/response by requesting the first page with
perPage = perPage * loadedPagesCount
. Why is refetching implemented the way it is, i.e. by requesting each previously loaded page separately?Beta Was this translation helpful? Give feedback.
All reactions