dioxus/packages/web
Evan Almloff b0a2e2418c
Bubble errors from the server to the client on suspense boundaries (#2772)
* Bubble errors from the server to the client on suspense boundaries

* make resolving suspense boundaries O(n)
2024-08-02 19:01:55 -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 fix most typos, add crate-ci/typos to CI (#2653) 2024-07-23 17:49:33 -07:00
src Bubble errors from the server to the client on suspense boundaries (#2772) 2024-08-02 19:01:55 -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 Hotreloading of for/if/body, formatted strings, literals, component props, nested rsx, light CLI rewrite, cli TUI (#2258) 2024-07-17 19:11:18 -07:00
NOTES.md fix most typos, add crate-ci/typos to CI (#2653) 2024-07-23 17:49:33 -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.