mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-25 05:30:21 +00:00
Replace "and soon, mobile" to "and mobile" to reflect the tauri v2 launch (#3199)
This commit is contained in:
parent
239a4b82dc
commit
ce0c3771ec
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ Dioxus places an emphasis on a few key points that make it different from other
|
|||
|
||||
### Dioxus vs Tauri
|
||||
|
||||
Tauri is a framework for building desktop (and soon, mobile) apps where your frontend is written in a web-based framework like React, Vue, Svelte, etc. Whenever you need to do native work, you can write Rust functions and call them from your frontend.
|
||||
Tauri is a framework for building desktop mobile apps where your frontend is written in a web-based framework like React, Vue, Svelte, etc. Whenever you need to do native work, you can write Rust functions and call them from your frontend.
|
||||
|
||||
- **Natively Rust**: Tauri's architecture limits your UI to either JavaScript or WebAssembly. With Dioxus, your Rust code is running natively on the user's machine, letting you do things like spawning threads, accessing the filesystem, without any IPC bridge. This drastically simplifies your app's architecture and makes it easier to build. You can build a Tauri app with Dioxus-Web as a frontend if you'd like.
|
||||
|
||||
|
|
Loading…
Reference in a new issue