Demonthos 047ed1e553 Subtree memorization / reactive templates (#488) 2 năm trước cách đây
..
src 047ed1e553 Subtree memorization / reactive templates (#488) 2 năm trước cách đây
ARCHITECTURE.md 8f0bb5dc5b chore: cleanup workspace 4 năm trước cách đây
CHANGELOG.md 56f3002aed feat: add changelogs 3 năm trước cách đây
Cargo.toml 047ed1e553 Subtree memorization / reactive templates (#488) 2 năm trước cách đây
README.md 7ff4d616d3 chore: remove outdated docs 3 năm trước cách đây

README.md

Dioxus-Desktop

Because the host VirtualDOM is running in its own native process, native applications can unlock their full potential. Dioxus-Desktop is designed to be a 100% rust alternative to ElectronJS without the memory overhead or bloat of ElectronJS apps.

By bridging the native process, desktop apps can access full multithreading power, peripheral support, hardware access, and native filesystem controls without the hassle of web technologies. Our goal with this desktop crate is to make it easy to ship both a web and native application, and quickly see large performance boosts without having to re-write the whole stack. As the dioxus ecosystem grows, we hope to see 3rd parties providing wrappers for storage, offline mode, etc that supports both web and native technologies.