About caching state for offline application using signal? #4485
thanhdatvo
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Currently I'm using flutter to create offline application with Flutter Bloc.
https://pub.dev/packages/hydrated_bloc#create-a-hydratedcubit
For every change in the state, the value will be store in local database.
Is it possible to implement the same thing with signal in Dioxus, by hooking into the set/get of signal, or I should wait for 3rd party state management library in the future.
Beta Was this translation helpful? Give feedback.
All reactions