Comment by gloryjulio
11 hours ago
Many years ago, I used Redux to build real time streaming data processing layer. Basically I need to receive, merge, and process multiple data streams into a single realtime data pool. After that,consuming the realtime data becomes dead easy.
Even now I am not sure I could find a better tool to deal with real time data and synchronization. But for simple crud Redux is mostly overkill
https://rxjs.dev/guide/observer
True but rx was even more niche than redux. It was much easier to hire redux devs