dioxus/packages/web
igor d3e1ba415f
feat(web): using None instead of Element (#3012)
Can mount the Dioxus component into every node.
As `Element` and `ShadowRoot` are `Node` we can
now mount a dioxus component into a shadow root.
2024-09-30 07:02:06 -05:00
..
.vscode fix: setnode method for rehydration code 2022-03-17 10:51:23 -04:00
src feat(web): using None instead of Element (#3012) 2024-09-30 07:02:06 -05:00
.gitignore merge master 2022-12-20 20:48:28 -06:00
Cargo.toml Change file-engine to be file_engine for consistency 2024-09-17 17:49:06 -07:00
README.md Fix Links & Add Link Checker (#2769) 2024-08-02 10:46:18 -07:00

Dioxus-web

Crates.io MIT licensed Build Status Discord chat

Website | Guides | API Docs | Chat

Overview

Run Dioxus in the browser using WebAssembly.

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.