Hi!
First of all, thank you for react-diff-view - it's a great library, and we're using it in our project.
Recently we've run into performance issues when rendering very large diffs, so we started thinking about adding row virtualization to render only the visible portion of the diff.
I was wondering if you've ever considered supporting virtualization in the library.
If so, how do you envision such a feature being implemented? Are there any architectural constraints or reasons why it hasn't been added yet? I'd love to hear your thoughts before experimenting with our own implementation or opening a PR.
Thanks in advance for any insights or suggestions!
Hi!
First of all, thank you for
react-diff-view- it's a great library, and we're using it in our project.Recently we've run into performance issues when rendering very large diffs, so we started thinking about adding row virtualization to render only the visible portion of the diff.
I was wondering if you've ever considered supporting virtualization in the library.
If so, how do you envision such a feature being implemented? Are there any architectural constraints or reasons why it hasn't been added yet? I'd love to hear your thoughts before experimenting with our own implementation or opening a PR.
Thanks in advance for any insights or suggestions!