use virtualization in react-query-devtools #8944
-
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.
Replies: 2 comments 1 reply
-
why not use
|
Beta Was this translation helpful? Give feedback.
-
If you want to, please open a PR that uses |
Beta Was this translation helpful? Give feedback.
If you want to, please open a PR that uses
@tanstack/react-virtual
for this