Software Alternatives & Reviews

RxDB Reviews

A fast, reactive, client-side database

Social recommendations and mentions

We have tracked the following product recommendations or mentions on Reddit and HackerNews. They can help you see what people think about RxDB and what they use it for.
  • What did I do to deserve a JavaScript database?
    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
  • Ideas for DataScript 2
    Sounds like the feature set of RxDB [1]. [1] https://github.com/pubkey/rxdb. - Source: Hacker News / 8 months ago
  • Why do Webdevs keep trying to kill REST?
    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
  • HOW TO GET INTO REACT-NATIVE?
    Not the one you’re replying to but I like RxDB. Good typescript, pretty simple setup. - Source: Reddit / over 1 year ago
  • Web Applications from the Future: A Database in the Browser
    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
  • Show HN: EventReduce – Algorithm to optimise db queries that run multiple times
    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

External sources with reviews and comparisons of RxDB

10 Best Open Source Firebase Alternatives
Reactive Database or RxDB is a real-time NoSQL database for JavaScript apps such as progressive web apps, electron apps, PWAs, hybrid apps, and websites. Reactive means that you get to query the current state while subscribing to all state changes like the result of a single field of a document or query.

Do you know an article comparing RxDB to other products?
Suggest a link to a post with product alternatives.