I prefer Bacon.js over RxJS because it’s more expressive, less verbose, and uses hot observables instead of cold. I created react-baconjs to use it with React.
You could also use Bacon.js with Redux Observable as there’s some interop with standard(ish) observables.
I’d be interested to see how observables could be used with Recoil.
There’s Redux Observable by Netflix.
I prefer Bacon.js over RxJS because it’s more expressive, less verbose, and uses hot observables instead of cold. I created react-baconjs to use it with React.
You could also use Bacon.js with Redux Observable as there’s some interop with standard(ish) observables.
I’d be interested to see how observables could be used with Recoil.
I will surely try this. Thanks a lot sir!