DioxusLabs / dioxus

Fullstack GUI library for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
19.33k stars 736 forks source link

Confusing documentation for liveview renderer #2200

Closed karlpvoss closed 3 months ago

karlpvoss commented 3 months ago

Problem

Documentation at https://dioxuslabs.com/learn/0.5 isn't clear on the support of the liveview renderer.

Here (https://dioxuslabs.com/learn/0.5/reference/liveview) it is stated:

Dioxus liveview will be deprecated in favor of dioxus-fullstack in a future release. When dioxus-liveview is deprecated, it will be moved to a separate community maintained crate.

Whereas on GitHub (https://github.com/DioxusLabs/dioxus?tab=readme-ov-file#supported-platforms) it's stated that this has full support, and on the main doco page most people would go to to find information on the status of the renderer (https://dioxuslabs.com/learn/0.5/reference/choosing_a_web_renderer) this isn't mentioned anywhere.

Steps To Reproduce

N/A

Expected behavior

I would have expected to find information about the deprecation status of the renderer somewhere before choosing it as my renderer and building a small application with it.

Screenshots

If applicable, add screenshots to help explain your problem.

Environment: