1
0
Jonathan Kelley 75fa7b4aa6 fix: make tests pass 3 жил өмнө
..
src 75fa7b4aa6 fix: make tests pass 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 2d58d380be publish: get web ready gto publish 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