Replies: 1 comment
-
You can use gloo storage to interact with the local storage. If you wrap it in a hook with read and write methods you can automatically sync with local storage (I am also working on a more ergonomic solution for storage in Dioxus here. The use_persistant hook automatically syncs with local storage, but it is not at all stable right now) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I trying to find solution for persisted state like local-storage or something else.
Its posable to implement?
Beta Was this translation helpful? Give feedback.
All reactions