-
Notifications
You must be signed in to change notification settings - Fork 32
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
Svelte 5 Support #169
Comments
I haven't had a lot of time to look into Svelte 5, but it seems to be that Snippets will completely replace I'm more than happy to update this library for Svelte 5, and I hope the new APIs solve some of the existing pain points we've had for awhile. It's funny that we're deprecating event handlers in favour of callback props, stores in favor of signals, and class components in favor of snippets. Looks like we've just re-invented React / JSX. I'm more than happy for these changes though, since it makes APIs infinitely easier to build. |
Hey everyone, just a quick update. I've really appreciated all the support over the years, but I've really been struggling to juggle my full-time job and this project simultaneously. Right now, I don't have any plans to work on a Svelte 5 port of this project nor do I have time to maintain it for Svelte 3/4. I'd highly recommend seeking an alternative library for your future projects or forking this one. |
With new APIs in Svelte 5 like Snippets as well as breaking changes (especially the one where Svelte components are no longer classes) it would be great to hear about plans (if any) for svelte-headless-table (and by extension svelte-render) to support the new upcoming major version of Svelte.
The text was updated successfully, but these errors were encountered: