'is it possible to use react-json-view with react-virtualized?

I need to display a large json in my reactjs app. react-json-view is really nice and displays my object any way I'd like. However, when the object / array gets bigger, performance becomes a real problem.

What I need to know is, can we use react-json-view with react-virtualized? Or is there any other virtualization support out of the box?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source