Jonathan Kelley ae676d9d81 fix: webconfig should take &mut self il y a 3 ans
..
examples bbb6ee10de feat: make hydration more robust il y a 3 ans
src ae676d9d81 fix: webconfig should take &mut self il y a 3 ans
tests bbb6ee10de feat: make hydration more robust il y a 3 ans
BUGS.md 1a2f91ed91 polish: examples il y a 3 ans
CHANGELOG.md b804c691d5 Release dioxus-hooks v0.1.6, dioxus-mobile v0.0.3, dioxus-router v0.1.0, dioxus-ssr v0.1.2, dioxus-web v0.0.4, dioxus v0.1.7 il y a 3 ans
Cargo.toml 1406c9020b feat: add panic hook by default il y a 3 ans
README.md e8f29a8f8a wip: enable more diffing il y a 4 ans

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