Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VGrid for Svelte #617

Open
jerriclynsjohn opened this issue Jan 29, 2025 · 3 comments
Open

VGrid for Svelte #617

jerriclynsjohn opened this issue Jan 29, 2025 · 3 comments

Comments

@jerriclynsjohn
Copy link

I can see that VGrid is available for react, can you add this for Svelte as well?

@inokawa
Copy link
Owner

inokawa commented Jan 30, 2025

VGrid is experimental component and still considering we should maintain and improve it further or not.

There is no plan to implement it for svelte for now. However you can make it by yourself if needed, with createGridScroller/createGridResizer from virtua/unstable_core released in 0.40.0.

@jerriclynsjohn
Copy link
Author

jerriclynsjohn commented Jan 30, 2025

VGrid is experimental component and still considering we should maintain and improve it further or not.

May I ask you why? I really wanted to contribute to this library and make a stable VGrid for svelte, I just wanted to know the things that you have already learned about the implementation that is making you think whether to implement this or not.

Also why unstable_core?

@inokawa
Copy link
Owner

inokawa commented Jan 30, 2025

May I ask you why?

#124 (comment)
In brief grid virtualization is very different from list virtualization and it's not handled well with current architecture.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants