DioxusLabs / DioxusLabs/dioxus
`use_resource.suspend()` with fullstack
Open
enhancement
fullstack
- Dominant language
- Rust
- Stars
- 39.1k
- Forks
- 1.9k
- Avg merge
- 4d 10h
- Merged PRs (30d)
- 4
Description
## Feature Request
Currently dioxus fullstack runs all suspended futures which means it runs suspended `use_resource` which don't hydrate on the client.
## Implement Suggestion
Only run futures from `use_server_future` instead of all suspended futures. We can run `use_resource.suspend()` on the client
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.