vanilla-virtua: virtua for vanilla js #613
Replies: 3 comments 2 replies
-
@aabccd021 Currently I don't have any plan to add new adapters to this repo, because maintaining adapters for 4 major frameworks and answering questions for them are hard enough for me. Also I think it's OK anyone create their own adapter and maintain it by themselves. I can publish core module of virtua in a few days. It's API is still unstable (almost mature |
Beta Was this translation helpful? Give feedback.
-
Thank you for the response!
Very understandable. I personally think the core module is one nice way to abstract virtua, and having a react adaptor implementation as an example makes development of other adapters much easier, so thank you for doing that. And yes I'd like to have this library to be included in virtua's readme 👍 |
Beta Was this translation helpful? Give feedback.
-
Nice job, appreciate your effort!!! |
Beta Was this translation helpful? Give feedback.
-
vanilla-virtua is virtua for vanilla js, made for whose don't use any frontend library but want to use virtua for virtualized list.
Currently, the implementation and supported arguments are very minimal, and
appendChildren
is the only list modification method supported.Example usage:
Currenlty I use fork of virtua that exposes core module in package.json, and will migrate to upstream once #428 is implmented.
Please let me know if you have an opinion for wether this package should be merged to virtua for tighter integration through tests, or should be kept as separate project for separation of concern.
Beta Was this translation helpful? Give feedback.
All reactions