question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Is it possible to use react-virtuoso with tree components?

See original GitHub issue

In the documentation, it says that you can use react-virtuoso with material-ui with a list, and I was wondering if the same library could be applied to other components from Material UI (e.g.: Tree View : https://material-ui.com/components/tree-view).

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
dbrrtcommented, Dec 20, 2020

@adsee42 Same, that’s why I’ve had to look for some inspiration to implement that with react-window. Here was my starting point https://github.com/victor-magarlamov/react-virtualized-tree. react-vtree didn’t work for me, as the examples from their storybook were raising typing issues and the API was quite complicated for me.

0reactions
adsee42commented, Dec 20, 2020

@dbrrt I also tried react-window and react-vtree, but found their api too complicated…

Read more comments on GitHub >

github_iconTop Results From Across the Web

Getting Started with React Virtuoso | React Virtuoso
To start, install react-virtuoso in your React project. The package exports the Virtuoso , TableVirtuoso , GroupedVirtuoso , and VirtuosoGrid components.
Read more >
An elegant virtual list component for React
React Virtuoso is a simple, easy to use React virtualized list component that can render huge data sets. Out of the box, Virtuoso:....
Read more >
react-virtuoso - npm
Start using react-virtuoso in your project by running `npm i react-virtuoso`. ... yarn add react-virtuoso. Then, put the component somewhere in your tree:....
Read more >
react-virtuoso examples - CodeSandbox
Learn how to use react-virtuoso by viewing and forking example apps that make use of react-virtuoso on CodeSandbox. webAll-in-one chat and forums for ......
Read more >
An Elegant virtual List Component for React - Morioh
React Virtuoso is a simple, easy to use React virtualized list component that can render huge data sets. Out of the box, Virtuoso:Handles...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found