Jonathan Kelley 3de776c42a docs: fix the reference code преди 3 години
..
src 3de776c42a docs: fix the reference code преди 3 години
BUGS.md 1a2f91ed91 polish: examples преди 3 години
CHANGELOG.md 2b928372fb Release dioxus-core v0.1.3, dioxus-core-macro v0.1.2, dioxus-html v0.1.0, dioxus-desktop v0.0.0, dioxus-hooks v0.1.3, dioxus-liveview v0.1.0, dioxus-mobile v0.0.0, dioxus-router v0.1.0, dioxus-ssr v0.1.0, dioxus-web v0.0.0, dioxus v0.1.1 преди 3 години
Cargo.toml c0cd50b1d3 publish: dioxus web преди 3 години
README.md e8f29a8f8a wip: enable more diffing преди 4 години

README.md

Dioxus-Web

Build interactive user experiences directly in the web browser!

Dioxus-web provides a WebsysRenderer for the Dioxus Virtual Dom that handles events, progresses components, and updates the actual DOM using web-sys methods.

Web-specific Optimizations

  • Uses string interning of all common node types
  • Optimistically interns short strings
  • Builds trees completely before mounting them