DioxusLabs / DioxusLabs/dioxus
Offscreen Rendering
Open
core
enhancement
- Dominant language
- Rust
- Stars
- 39.1k
- Forks
- 1.9k
- Avg merge
- 4d 10h
- Merged PRs (30d)
- 4
Description
## Specific Demand
To implement things like offscreen rendering and async components, we want to be able to render a component without generating mutations.
## Implement Suggestion
I think we can just add a field to `VNode` called "mounted" or "visible."
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.