Jonathan Kelley 3de776c42a docs: fix the reference code 3 anni fa
..
src 3de776c42a docs: fix the reference code 3 anni fa
BUGS.md 1a2f91ed91 polish: examples 3 anni fa
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 anni fa
Cargo.toml c0cd50b1d3 publish: dioxus web 3 anni fa
README.md e8f29a8f8a wip: enable more diffing 4 anni fa

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