Need advice on Dioxus vs Flutter #477
Replies: 2 comments 2 replies
-
Personally I have not heard Dioxus before, and has not used Tauri as well. But I have heard recently, after comparing tauri vs flutter,
Btw flutter also quite fast judging from my own app of >200kloc flutter code. |
Beta Was this translation helpful? Give feedback.
-
If you aren't too invested in Flutter, Dioxus is also a very compelling option especially if you are familiar with React/webdev. Generally speaking, Dioxus will be better if you use a lot of Rust for business logic and don't want to pay the serialization costs, even though it and Tauri aren't quite as battle-tested as Flutter or React. A third option is using Tauri with Flutter Web (Tauri is framework agnostic), but you might want to wait for performance improvements on Flutter's side before committing. |
Beta Was this translation helpful? Give feedback.
-
Hi,
What do you think about the Dioxus project ? At the moment it uses some Tauri package (webview), but later on it intends to make it more native.
Let's say they manage to do it, do you think it will have better performance, better build size, less resources used, etc., since it will be written in Rust ?
Or will it be extremely difficult to catch up since Google is actively working on Flutter ?
Beta Was this translation helpful? Give feedback.
All reactions