dioxus/packages/web
2022-12-29 16:17:03 -05:00
..
.vscode fix: setnode method for rehydration code 2022-03-17 10:51:23 -04:00
examples chore: clean up docs with changes to templates 2022-12-07 13:39:22 -08:00
src chore: add some fixes to hot reload 2022-12-25 23:22:43 -05:00
tests chore: make cargo check happy with new apis 2022-12-07 14:51:14 -08:00
.gitignore merge master 2022-12-20 20:48:28 -06:00
BUGS.md polish: examples 2021-09-24 00:05:56 -04:00
Cargo.toml Merge branch 'master' into return-from-js 2022-12-09 13:19:05 -08:00
CHANGELOG.md feat: add changelogs 2022-01-29 10:17:14 -05:00
README.md chore: clean up readmes 2022-12-29 16:17:03 -05:00

Dioxus-web

Crates.io MIT licensed Build Status Discord chat

Website | Guides | API Docs | Chat

Overview

Run Dioxus in the browser using WebAssembly.

  • Relies on sledgehammer and websys to modify the dom
  • Supports instant hotreloading via the Dioxus CLI
  • Around 60k gzipped

Contributing

  • Report issues on our issue tracker.
  • Join the discord and ask questions!

License

This project is licensed under the MIT license.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Dioxus by you, shall be licensed as MIT, without any additional terms or conditions.