Svelte Native
svelte-native.technology
Svelte Native
1–10 of 93 posts
Re: Svelte Native
#2Super, I love Svelte and I hope its unique component model fits well for the native mobile app development.
Is the tool chain very different from React native?
Re: Svelte Native
#3Whatever the merits of this project -- and it does seem to be useful -- they should be a little clearer about the fact that it's not actually part of the "official" svelte framework.
I'm sure they consider it a tribute but it fees a little deceptive that they're cloning the svelte docs look and feel without any kind of "who we are" statement.
Re: Svelte Native
#4The example app is 5 years old. Is anybody using this?
Re: Svelte Native
#5Is the goal here to reach a minimum subset of basic Android UI functionality? I don't see any push to try and replicate a MD3 feature-set here for example.
Re: Svelte Native
#6I think if you're starting today you'd be better off with Tauri (and Svelte as the framework)?
Re: Svelte Native
#7I think if you're starting today you'd be better off with Tauri (and Svelte as the framework)?
Tauri Mobile seems far from production-ready, but more importantly, the reason to use something like Svelte Native instead of Tauri Mobile is to avoid web views in favor of a platform-native experience.
Re: Svelte Native
#8This is not so much the Svelte equivalent of React Native as it is just one of the wrappers for NativeScript (https://nativescript.org).
Re: Svelte Native
#9Native is such an abused word.
Re: Svelte Native
#10Native is such an abused word.
True. I think the intent here is "we translate your stuff into non-webviews" which is... pretty much what native means in a mobile context.