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
I use @tanstack/react-table 8.5.15 and it is amazing how the headless system fits well with React MUI.
I have a question. I need to virtualized a big list from API and I decided to use @tanstack/react-virtual because it is headless system too and the "same family" as react-tables.
What is the gain of using @tanstack/react-virtual over a "big" / "famous" package like react-virtualized or more recently "react-window" ? Here is a npm trends links : https://npmtrends.com/@tanstack/react-virtual-vs-react-virtualized-vs-react-window
I know that react-virtual is still in work in progress but I wonder if my decision to keep this package will be good for long term ? I hope !
If I already use React-tables, would you recommend to use @tanstack/react-virtual or anything else ? In fact, the feature has the same at the end, whatever package I use isn't it ?
Finally, could the beta version be used in production ? (3.0.0-beta.30)
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
-
Hello,
First of all, thank you for your amazing work.
I use @tanstack/react-table 8.5.15 and it is amazing how the headless system fits well with React MUI.
I have a question. I need to virtualized a big list from API and I decided to use @tanstack/react-virtual because it is headless system too and the "same family" as react-tables.
What is the gain of using @tanstack/react-virtual over a "big" / "famous" package like react-virtualized or more recently "react-window" ? Here is a npm trends links : https://npmtrends.com/@tanstack/react-virtual-vs-react-virtualized-vs-react-window
I know that react-virtual is still in work in progress but I wonder if my decision to keep this package will be good for long term ? I hope !
If I already use React-tables, would you recommend to use @tanstack/react-virtual or anything else ? In fact, the feature has the same at the end, whatever package I use isn't it ?
Finally, could the beta version be used in production ? (3.0.0-beta.30)
Thank you very much for your help
Beta Was this translation helpful? Give feedback.
All reactions