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

Let's build a Svelte 5 example #1936

Open
ctwhome opened this issue Nov 6, 2024 · 3 comments
Open

Let's build a Svelte 5 example #1936

ctwhome opened this issue Nov 6, 2024 · 3 comments
Labels
example good first issue Good for newcomers help wanted Extra attention is needed

Comments

@ctwhome
Copy link

ctwhome commented Nov 6, 2024

Now that we have the release version of svelte 5, it would be totally awesome to create an example with it. Eventually, could be even bigger to include it in the new sv cli from svelte as an installation option.

@thruflo
Copy link
Contributor

thruflo commented Nov 6, 2024

Hey, great idea, would love to create Svelte bindings and an example using them.

We had https://github.com/conorbergin/svelte-electric-app for the old Electric. Alternatively may be easier to implement a useShape equivalent from scratch.

I'm not tracking the changes in Svelte 5 -- has the reactivity model changed much?

@thruflo thruflo added good first issue Good for newcomers help wanted Extra attention is needed example labels Nov 6, 2024
@ctwhome
Copy link
Author

ctwhome commented Nov 13, 2024

Svelte 5 introduces runes, which is a new (better and more declarative) way of handling reactivity. It makes stores and the $: symbol a thing of the past. Now it is more reliable and easy to understand.

@MadeInPierre
Copy link

Interested in a Svelte 5 showcase!

My dream is to have a fully OSS & self-hostable Firebase alternative with offline support (local document/table caching and optimistic updates to make the UI feel instantaneous).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
example good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants