use virtualization in react-query-devtools #8944
Unanswered
stephen-dahl
asked this question in
Ideas
Replies: 1 comment
-
why not use
|
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
-
my project loads a list of 1000 items. we then manually add each of those items to the query cache under their own key so that we don't have to reload them in other components that query them individually. The result is that the dev tools take a few seconds to update because of so many entries. Virtualization should be added to prevent the render lag.
Beta Was this translation helpful? Give feedback.
All reactions