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

[feature] Virtua for vue3 #282

Closed
AlanNabiev opened this issue Dec 11, 2023 · 3 comments · Fixed by #290
Closed

[feature] Virtua for vue3 #282

AlanNabiev opened this issue Dec 11, 2023 · 3 comments · Fixed by #290
Assignees

Comments

@AlanNabiev
Copy link

An excellent library that is sorely lacking for Vue3.

I would like to help with writing a package for Vue3. Tell me, is work already being done in this direction? And how could I help?

I would like to discuss the architecture for implementing other framework solutions and help.

@inokawa
Copy link
Owner

inokawa commented Dec 11, 2023

Hi, I was working on Vue 3 implementation in my local and it's on a half way.

I'm not as good at Vue as React. So I release minimal implementation and after that anyone implements the lacking features may be the fastest way.

The basic approach for other frameworks would be like #25 (comment) . src/vue will be implemented and React hooks will be replaced with Vue's composition APIs like watch, expose or else. And perhaps React's children will be replaced with Vue's slot.

@inokawa inokawa self-assigned this Dec 12, 2023
@NovaAstra
Copy link

I'm looking forward to the vue3 version of virtua

@inokawa
Copy link
Owner

inokawa commented Dec 20, 2023

A barebone implementation for Vue was released in 0.18.0. Feedback is welcome.

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

Successfully merging a pull request may close this issue.

3 participants