Sharing My Experience with react-virtuoso #1063
taekyeomlee
started this conversation in
General
Replies: 1 comment
-
Hi @taekyeomlee it's great that you want to give back and help with what you've learned. Fortunately, it's also quite easy.
That should be it! 🙌🏼 . Thank you very much for your help. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First of all, thank you for creating such an excellent library.
I recently applied list virtualization to my project using react-virtuoso. My personal experience was that the library's completeness is outstanding. However, due to the lack of references, I spent a lot of time searching for materials and checking the documentation. Therefore, I'd like to share my experience and examples. I'm also curious if it's possible to reflect this example on GitHub or in the official documentation.
The situation is as follows:
This is about maintaining the scroll position when selecting an item on the list page, visiting its detail page, and then returning.
I'm planning to use TanstackQuery for the infinite scroll and React Router Dom for routing.
Since this is my first time attempting such a contribution, I would appreciate any guidance.
Beta Was this translation helpful? Give feedback.
All reactions