Replies: 1 comment 4 replies
-
I would personally prefer making mobile apps in something like flutter and desktop apps in tauri for the following reasons
Tho ofcoure there can be cases where you might wanna go with tauri only tho thats all up to you. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free to join this conversation on . Already have an account? Sign in to comment
-
I'm wondering what is the best practice way of developing for multiple platforms using only one framework (Tauri)/one codebase. There are features that one needs on mobile but are unnecessary on desktop. An example would be onTouch events on mobile, that I think is not needed on desktop. But that means if you reuse your codebase for all platforms, desktop and mobile will come with unnecessary code that potentially slows the app down? Is this just a tradeoff one has to make if you want to use one codebase or is there some way to handle this? Can tauri remove features that are unnecessary for different platforms when building the final app?
Beta Was this translation helpful? Give feedback.
All reactions