[discussion] May I ask if we don't need to use a state manager like Redux after using Dexie? #2120
Answered
by
dfahlander
liaodalin19903
asked this question in
Q&A
-
In a React project, |
Beta Was this translation helpful? Give feedback.
Answered by
dfahlander
Jan 23, 2025
Replies: 1 comment
-
This could be a matter of preference but I personally do not use any other state management than useLiveQuery() for persisted global state, useObservable() for non-persisted global state and React.useState() for local state. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
liaodalin19903
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This could be a matter of preference but I personally do not use any other state management than useLiveQuery() for persisted global state, useObservable() for non-persisted global state and React.useState() for local state.