-
-
Notifications
You must be signed in to change notification settings - Fork 140
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
Integrate pure-go Svelte compiler just like plenti #125
Comments
Lots of interesting data here: plentico/plenti#3 And follow-up here: plentico/plenti#169 Looks like Matthew Mueller wound up using v8 for Bud though: https://github.com/livebud/bud/tree/de977798451d9b3f84695254a84377581a653286/package/svelte |
@tooolbox yes, the plenti(v8go) performance is very close to the nodejs: |
Thanks for the feature request! |
Hey 👋 Achieving a zero dependency, reactive UI for Go is a problem we're still trying to solve with Plenti. We're currently compiling Svelte in V8 at the moment, and that works, but it's not without blemishes. If you're ever interested in talking through what we've tried, I'd be happy to hop on a call. Thanks! |
@jimafisk Sounds interesting! 👍 I'm on vacation, but I want to take a look at Plenti when I get back. |
I found svelte-bun (https://github.com/terrywh/svelte-bun) which realized realtime building of svelte components on dev environment. |
I've tested svelte-bun with bun, its performance is amazing, the building is realtime. I packaged the whole svelte-bun project with:
it shows error: I guess the corresponding lines are:
Maybe an experienced guy can work around it, but I can't. ref: plentico/plenti#276 |
The project Plenti(https://github.com/plentico/plenti) has built-in pure-go Svelte compiler,
I'm dreaming an algernon version of built-in Svelete compiler.
The text was updated successfully, but these errors were encountered: