dioxus
dioxus copied to clipboard
Fullstack app framework for web, desktop, and mobile.
**Problem** Something doesn't seem to work quite right in the TodoMVC example. **Steps To Reproduce** Steps to reproduce the behavior: - `cargo run --example todomvc` - Add a few items...
**Problem** I'm seeing image tearing when quickly resizing Dioxus desktop apps. **Steps To Reproduce** cargo run --release --example calculator **Expected behavior** I expected to be able to resize the application's...
I had tried https://github.com/DioxusLabs/dioxus/blob/main/examples/file_upload.rs on Mac\Windows 11\fedora 39 Only on Mac it can read a txt file drag_and_dropped from desktop
Dioxus 0.5 If I have a VirtualDom stored in another struct `ui_root`, currently I must use the replace_with crate and do this: ```rus replace_with_or_abort(&mut ui_root.virtual_dom, |virtual_dom| { virtual_dom.with_root_context(EcsContext { world...
input { r#type: "file", multiple: true, directory: true, onchange: move |evt|{ info!("{}", evt.value()); }, } 这是我的代码。在0.5.0-alpha.0下是可以选择文件的。升级到0.5.0后,无法选择文件。
## Feature Request Now that we have automatic subscriptions with signals, we can subscribe to different signals every time we re-run a component or hook depending on what signals are...
**Problem** **Steps To Reproduce** - Implement a websocket API endpoint using Axum. Configure the development proxy to proxy calls to the API in Dioxus.toml using the [[web.proxy]] configuration option. -...
## Feature Request [The repo](https://github.com/DioxusLabs/cli) that is connected to [VS MarketPlace](https://marketplace.visualstudio.com/items?itemName=DioxusLabs.dioxus) is archived. I think connection should renew with [this repo](https://github.com/DioxusLabs/dioxus/tree/master/packages/cli) or else. In addition, to open source community especially...
**Problem** The dioxus router removes any hash segments when parsing the route. **Steps To Reproduce** Steps to reproduce the behavior: - Navigate to https://dioxuslabs.com/learn/0.4/getting_started#setup-guides - See the url change to...
## Feature Request It's a pain to test out variants of the CLI or attempting to migrate old projects. We should introduce something like: https://github.com/dustinblackman/cargo-run-bin into the CLI so it's...