dioxus icon indicating copy to clipboard operation
dioxus copied to clipboard

Fullstack app framework for web, desktop, and mobile.

Results 1150 dioxus issues
Sort by recently updated
recently updated
newest added

## 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...

cli
mobile
hot-reload

**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**...

bug
needs reproduction

## 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...

mobile

**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...

bug
hot-reload

**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...

bug
hot-reload

## Request Prevent large binaries from being accidentally merged by creating a new github workflow that checks the git history for any large assets.

ci

## 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...

enhancement
check

## 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...

cli

**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...

cli
fullstack
hot-reload

## 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...

html
consistency