the signals and their derived score are provisional and subject to change.
validate manually before sharing.
393d190a801ccb441d41923e232289b4f8a5c669e0410a412f392470807c562201742e58063d1bacAuthored: 1 month ago (Wed, 29 Jul 2026 03:08:09 +0000)Match: Co-authored-by: Staging-Devin AI <166158716+staging-devin-ai-integration[bot]@users.noreply.github.com>AGENTS.mdTool: agents-md# Dioxus Agent Guide
Dioxus is a cross-platform UI framework for Rust, similar to React. It compiles to web (WASM), desktop (webview), mobile (iOS/Android), and native (GPU-rendered).
## Quick Overview
- **Language**: Rust (stable toolchain)
- **UI Model**: React-like with VirtualDOM, components, hooks, signals
- **Syntax**: JSX-like `rsx!` macro for declaring UI
- **Platforms**: Web, Desktop (Windows/macOS/Linux), Mobile, Native, LiveView (server-rendered)
## Workspace Structure
```
packages/
├─none