For anyone who wants to not only make jokes but actuall learn something, I recommend to start with exploring the github repo: https://github.com/pubkey/rxdb. - Source: Reddit / 6 months ago
Sounds like the feature set of RxDB [1]. [1] https://github.com/pubkey/rxdb. - Source: Hacker News / 8 months ago
Offline. Both Firebase Firestore and Amplify AppSync also support offline persistence. Since they know your database schema, it's easy to offer a local replica and conflict resolution. There are vendor agnostic alternatives like RxDB or Redux Offline that take more glue work. Being Offline-first requires you to have a local replica of your data, which means that doing CRUD against your local replica can be much... - Source: dev.to / over 1 year ago
Not the one you’re replying to but I like RxDB. Good typescript, pretty simple setup. - Source: Reddit / over 1 year ago
You should have a look at RxDB which does exactly what you have described. Also notice that neither firebase nor supabase is really offline-first. https://github.com/pubkey/rxdb. - Source: Hacker News / almost 2 years ago
So now I am here again with the goal to get some feedback of people who try out EventReduce on top of their database. [1] https://github.com/pubkey/rxdb [2] https://news.ycombinator.com/item?id=22888239. - Source: Hacker News / almost 2 years ago
Do you know an article comparing RxDB to other products?
Suggest a link to a post with product alternatives.