Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ealmloff/reproduce-dioxus-fullstack-2193
https://github.com/ealmloff/reproduce-dioxus-fullstack-2193
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ealmloff/reproduce-dioxus-fullstack-2193
- Owner: ealmloff
- Created: 2024-04-01T14:33:28.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T20:00:03.000Z (3 months ago)
- Last Synced: 2024-12-22T04:41:57.880Z (about 1 month ago)
- Language: Rust
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Reproduction Steps
Steps to reproduce issue:
1) Install the dioxus cli: `cargo install dioxus-cli`
2) Launch the Dioxus Fullstack app: `dx serve --platform fullstack`
3) Observe the page is not interactive and there is a panic in the console
## Enviorment
I reproduced this issue with:
- dioxus `0.5.0`
- Dioxus features `fullstack`
- rust version `1.77.1`
- OS `Linux 6.8.2-zen1-1-zen #1 ZEN SMP PREEMPT_DYNAMIC x86_64 GNU/Linux`