dioxus/packages/web
Jonathan Kelley e923c6462c
Resume window position/size, watch cargo/dioxus tomls, fix css reverting during hotreloading, allow menubar events to be captured from within dioxus (#2116)
* Fix: css hotreloading being invalidated, watcher not watching cargo/dioxus tomls, add feature to restore window state

* Make clappy hippier

* remove console log

* use simpler css invalidator

* Less flash, remove log on web hotreload

* Fix floating window managed behavior on mac

* clippy...
2024-03-20 09:16:18 -07:00
..
.vscode fix: setnode method for rehydration code 2022-03-17 10:51:23 -04:00
examples Make clippy happy 2024-02-04 23:03:52 -08:00
ric_raf Switch to bun, clean up web implementation 2024-03-04 15:23:48 -08:00
src Resume window position/size, watch cargo/dioxus tomls, fix css reverting during hotreloading, allow menubar events to be captured from within dioxus (#2116) 2024-03-20 09:16:18 -07:00
tests Make clippy happy 2024-02-04 23:03:52 -08:00
.gitignore merge master 2022-12-20 20:48:28 -06:00
Cargo.toml fix: hotreloading files with multiple templates, asset hotreloading 2024-03-13 02:13:37 -07:00
CHANGELOG.md feat: add changelogs 2022-01-29 10:17:14 -05:00
NOTES.md extend interpreter base class with platform methods 2024-02-27 12:31:11 -08:00
README.md fix: Update doc links from v3 to v4 2023-09-16 19:03:27 +02: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.