You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are considering of using a database for our react native app and I am having difficulties to understand how the WatermelonDB sync works within our microservice backend.
Maybe it's a fundamental misunderstanding and:
The synchronization database is only used among the same client across different devices to sync among themselves
Or, the our microservices need to update their own database and update the WatermelonDB that is running separately.
Further:
Is it recommended to directly alter items within WatermelonDB from within our React Native App, as we can use the reactive properties of WatermelonDB, or is it common to use a state management library such as Apollo Cache or Redux?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi WatermelonDB community
We are considering of using a database for our react native app and I am having difficulties to understand how the WatermelonDB sync works within our microservice backend.
Maybe it's a fundamental misunderstanding and:
Further:
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions