|
|
|
|
|
by gloryjulio
147 days 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 |
|