mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-27 14:40:44 +00:00
23 lines
396 B
Markdown
23 lines
396 B
Markdown
|
# Dioxus-core
|
||
|
|
||
|
In the world of Rust UI + wasm UI toolkits, Dioxus is taking a fairly opinionated stance by being functional-only with hooks/context as the primary method of interacting with state.
|
||
|
|
||
|
To focus on building an effective user experience,
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
Sources
|
||
|
---
|
||
|
percy: https://github.com/chinedufn/percy/blob/master/crates/virtual-dom-rs/src/patch/mod.rs
|
||
|
yew:
|
||
|
dodrio:
|
||
|
rsx:
|
||
|
|
||
|
react:
|
||
|
fre:
|
||
|
|
||
|
|