[question] Are dexie-react-hooks just for lookup and not for adding/updating? #2122
Answered
by
dfahlander
liaodalin19903
asked this question in
Q&A
-
Are dexie-react-hooks just for lookup and not for adding/updating? because dexie-react-hook only have query or observe hooks:
|
Beta Was this translation helpful? Give feedback.
Answered by
dfahlander
Jan 30, 2025
Replies: 1 comment
-
That's 100% correct. Updating shall be done using the classical Dexie methods (add, modify, delete etc) and not during render. |
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
That's 100% correct. Updating shall be done using the classical Dexie methods (add, modify, delete etc) and not during render.