DioxusLabs / sdk

A library to provide abstractions to access common utilities when developing Dioxus applications.
Apache License 2.0
84 stars 13 forks source link

Fix Storage Doc Discrepancies #39

Open DogeDark opened 6 months ago

DogeDark commented 6 months ago

Some of the docs for the storage feature of SDK look to be incorrect. For example, the use_persistent hook has the doc:

A persistent storage hook that can be used to store data across application reloads.

I don't believe the latter bolded/italic part of this doc is correct, at least on the Web platform. We should look for all discrepancies and correct them.