Fullstack app framework for web, desktop, and mobile.

android css desktop html ios native react rust ssr ui virtualdom wasm web
2 Open Issues Need Help Last updated: Jun 30, 2025

Open Issues Need Help

View All on GitHub
Frameworks Full-Stack Frameworks

AI Summary: The task is to add `PartialEq` and `Eq` derives to the `ServerFnError` enum in the Dioxus v0.7.0-alpha.2 release. This will resolve a compilation error caused by the missing implementations when using the `use_memo` hook with values containing `ServerFnError`. The fix involves modifying the derive macro to include `PartialEq` and `Eq`, ensuring compatibility with existing code.

Complexity: 2/5
good first issue fullstack

Fullstack app framework for web, desktop, and mobile.

Rust
#android#css#desktop#html#ios#native#react#rust#ssr#ui#virtualdom#wasm#web
Frameworks Full-Stack Frameworks

AI Summary: The Dioxus `Routable` derive macro is conflicting with a user's module named `core`. The task is to modify the `Routable` macro to avoid this naming conflict, likely by adjusting how it handles imports or resolving paths. This may involve understanding and modifying the macro's source code, which uses procedural macros.

Complexity: 4/5
bug good first issue router

Fullstack app framework for web, desktop, and mobile.

Rust
#android#css#desktop#html#ios#native#react#rust#ssr#ui#virtualdom#wasm#web