dioxus/packages/web
Jon Kelley 28fba42e7e
feat: add an unhygenic render macro (#556)
* feat: add an unhygenic render macro

* chore: use render instead of rsx!(cx,
2022-09-25 01:05:16 -07:00
..
.vscode fix: setnode method for rehydration code 2022-03-17 10:51:23 -04:00
examples Less clumsy configuration for desktop and mobile (#553) 2022-09-13 16:22:27 -07:00
src feat: add an unhygenic render macro (#556) 2022-09-25 01:05:16 -07:00
tests Less clumsy configuration for desktop and mobile (#553) 2022-09-13 16:22:27 -07:00
BUGS.md polish: examples 2021-09-24 00:05:56 -04:00
Cargo.toml Renderers are now packages, not features. (#387) 2022-07-09 15:15:20 -04:00
CHANGELOG.md feat: add changelogs 2022-01-29 10:17:14 -05:00
README.md wip: enable more diffing 2021-07-05 01:11:49 -04:00

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