dioxus/packages/core
2021-01-16 10:24:30 -05:00
..
examples Feat: more docs, dissolve vnode crate into dioxus-core 2021-01-16 01:30:48 -05:00
src Feat: include diffing and patching in Dioxus 2021-01-16 10:24:30 -05:00
tests Feat: more docs, dissolve vnode crate into dioxus-core 2021-01-16 01:30:48 -05:00
Cargo.toml Feat: more docs, example, mroe nodes 2021-01-15 23:25:29 -05:00
README.md Feat: docs, code frm percy 2021-01-14 02:56:41 -05:00

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: