offlinefirst / research

Links, feedback, comments, resources, anything pertaining to offline first research.
Apache License 2.0
368 stars 16 forks source link

Just wanna share some offline first tool #30

Open CHOMNANP opened 5 years ago

CHOMNANP commented 5 years ago
gr2m commented 5 years ago

Can you elaborate on RXJS? How do you use it for offlinefirst apps?

CHOMNANP commented 5 years ago

My bad, it was RXDB.

In our case, we use RXDB on the frontend side where the frontend can use adapter such as sqlite or async storage adapter. The scheme and logic is exactly the same across frontend, yet their actual local storage can different based on the adapters.

Then RXDB will synchronize the data across different type of local storage to the remote using couchDB.