Next.js vs Svelte in mobile development #6351
-
I'm new to Tauri and I don't know deeply about how it completely works. I'm using Tauri for mobile development. Since mobile and web are quite different, I wonder if all the differences between Next.js and Svelte, including the performance, on the web are the same in mobile. So in other words, if I compile the Svelte project to an Android app, would it have the same performance advantages over Next.js as in the web? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Probably yes. tauri on mobile is quite similar to tauri on desktop, as in it uses webviews (slimmed down browsers) for your app, so the performance differences between frameworks should be similar-ish. |
Beta Was this translation helpful? Give feedback.
Probably yes. tauri on mobile is quite similar to tauri on desktop, as in it uses webviews (slimmed down browsers) for your app, so the performance differences between frameworks should be similar-ish.