Oh, happy to see Tauri now supports Android and iOS. Last time I checked the development was in progress and now it is even on beta. Have only used it for building a Windows app but that's nice to know!
Looks interesting. Do you know what the performance of Tauri is when compared to Capacitor or Native Android w/Kotlin? If it's anything like Tauri vs Electron then it's an obvious choice.
I am not 100% sure but I believe it is fast because the code is being executed through a bridge like RN (think old arch). The webviews will run your UI at the speed of any normal Web app which won't be as good as native but I believe it will be unnoticeable
Oh, happy to see Tauri now supports Android and iOS. Last time I checked the development was in progress and now it is even on beta. Have only used it for building a Windows app but that's nice to know!
I am hoping it becomes a worthy competitor to React Native.
Seems really promising
Does it work with astro?
You can do it. There are templates out there. Any web framework basically
Looks interesting. Do you know what the performance of Tauri is when compared to Capacitor or Native Android w/Kotlin? If it's anything like Tauri vs Electron then it's an obvious choice.
I am not 100% sure but I believe it is fast because the code is being executed through a bridge like RN (think old arch). The webviews will run your UI at the speed of any normal Web app which won't be as good as native but I believe it will be unnoticeable