DioxusLabs / DioxusLabs/dioxus

`use_resource.suspend()` with fullstack

Open
#4,622 0 comments 2 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.