DEV Community

Discussion on: Tell me an unpopular software opinion

 
danmt profile image
Daniel Marin

For the backend I use it for sockets and event driven patterns like messaging, cqrs.

For the frontend I use it almost everywhere lol but I love it for state management, if you do React you probably know Redux, there's a library named redux-observable that implements Redux powered by RxJS.

If you asked me I use RxJS for almost any asynchronous programming task, it's more declarative and has cancellation, something that promises don't.

Thread Thread
 
koresar profile image
Vasyl Boroviak

Huh. Interesting.

From now on I'm going to explain what Vuex is like this : Redux+RxJS