© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Timothy McKenna
Do you think it is feasible to replace redux with RxJS and maybe recompose? It seems it would keep my closer to javascript and first principles of functional reactive programming. What would be the downside of that approach?
Ben Lesh
Totally. A redux store in RxJS is basically just the scan operator.
scan
However, the downside is you're going to be rolling your own architecture and forgoing any of the nice devtools that people have developed for redux.