svelte-headless-table icon indicating copy to clipboard operation
svelte-headless-table copied to clipboard

Svelte 5 Support

Open pheuter opened this issue 2 years ago • 3 comments

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.

pheuter avatar Nov 18 '23 13:11 pheuter

I haven't had a lot of time to look into Svelte 5, but it seems to be that Snippets will completely replace svelte-render.

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.

bryanmylee avatar Nov 20 '23 15:11 bryanmylee

https://github.com/bryanmylee/svelte-render/pull/8

pheuter avatar Jan 31 '24 21:01 pheuter