dioxus
dioxus copied to clipboard
Fullstack app framework for web, desktop, and mobile.
## Feature Request Currently our IPC system doesn't bridge the simulator boundaries for iOS/Android. This would be achievable if we simply reused the websocket logic for the web since that...
**Problem** At the moment, routing faces significant issues when the site is located in a subdirectory, as on GitHub Pages. For example, consider the site at https://dioxusgrow.github.io/crabsburger/. **Steps To Reproduce**...
## Feature Request Shelling out to cargo-mobile is great and all... but it does mean we force users to select two sets of tooling to ship mobile apps. We should...
**Problem** If you have a series of components and remove one or multiple of them, the hotreloading resolver in core will crash, presumably because the scope we've removed no longer...
**Problem** The way style tags are implemented in the browser means they behave weirdly when getting hot reloaded. We should track style elements and then give them a kick once...
## Request Prevent large binaries from being accidentally merged by creating a new github workflow that checks the git history for any large assets.
## Specific Demand The hooks with dependencies should have a compile time check for the dependancy being changed inside the hook in order to not have recursive loops and system...
## Feature Request Tools like ngrok and wrangler provide a reverse proxy / tunnel that lets you plumb your local application out into the world. We already expose apps on...
**Problem** We shouldn't reload the page entirely every 1 second - just check for heartbeat and then sync state. If the state is different then maybe re-running the server_futures is...
## Feature Request We go through many layers of indirection to support concrete methods on events, but I'm starting to think that the overhead and maintenance burden is not worth...