calebgregory / rxdb-architecture

a demo of a react-native mobile application architecture using rxdb as datastore, which supports integration testing and development outside of the react-native runtime
1 stars 0 forks source link

Simplified data flow diagram? #6

Open nbfritz opened 3 years ago

nbfritz commented 3 years ago

I think there might be some value in an additional diagram that just shows how a change to a bit of data flows through the system. View -> Operations (which dispatches to both the db and the GQL backend) -> RxDB -> View (or something like that?)