dioxus
dioxus copied to clipboard
Fullstack app framework for web, desktop, and mobile.
## Feature Request With the big push to make our tooling better, LiveView is a bit of an extraneous target. As we push forward on fullstack stuff, LiveView will likely...
## Feature Request My personal site, floneum's site, and the docsite all use dioxus in a mode with static-site-generation enabled. However, we keep writing the same code to pre-render the...
## Specific Demand It is very common for people to try to use Tokio in Dioxus (or wasm more generally). If you try to compile the project after adding tokio,...
## Specific Demand Internally we use [globals, manual events and generations](https://github.com/DioxusLabs/dioxus/blob/9ae3d14e676c90c73a99f5cfb41ff85c7cbf4bc2/packages/core/tests/lifecycle.rs#L44-L78) to test dioxus components. There should be a library that handles some of that setup for you and has...
**Problem** I tried to get fullstack to work with an axum backend, so naturally I tried running `packages/fullstack/examples/axum-auth/` on `main` as it was working fine on v0.4.3, but it wasn't...
## Request Most frameworks give useful screens from their dev servers to help the developer iterate faster. We should do this for a number of screens: - crash screens should...
## Specific Demand Depending on the platform (web, desktop, liveview), our default of components living on the rust side could be slightly fraught with issues. It would be super ideal...
## Specific Demand If `Signal::global` is used in const global instead of a static global, multiple states will be created. Consts effectively copy the const value into every place where...
## Specific Demand Rust/cargo lets you set a pass-thru runner to replace the default cargo. There's some schemas you need to match, but it would let you intercept `cargo run`,...
## Specific Demand It'd be great to get a timeline view of events in the virtualdom and know which async tasks and component renders are taking a log time. ##...