Hacker News new | ask | show | jobs
by tarr11 3294 days ago
I find observables, rxjs and redux-observable code to be hard to read and step through debug.

Redux saga is very easy to read, works well with the chrome debugger, and plugs into a wide variety of use cases pretty seamlessly.

1 comments

Ah, no I didn't mean using Redux with observables instead of Redux-Saga, but to drop Redux entirely and use observables.
I've been fascinated by approaches like the following: https://michalzalecki.com/use-rxjs-with-react/

Building on top of those ideas I built something a bit more powerful and feature complete than the example in that blog post, but the exact implementation doesn't matter: having RxJS driving the show is really, really cool.

Async issues? What async issues?