DEV Community

Discussion on: Reactive Programming in JavaScript with RxJS.

Collapse
 
florimondmanca profile image
Florimond Manca

Great post!

The combination of theoretical aspects about Observables and practical examples is very relevant.

Also worth noting that RxJS is actually just the implementation of the ReactiveX (or Rx) API, which has been implemented in 18 languages.

So for example, if you want to do Rx in Python or Kotlin, you can! 🎉 (Though I'll admit I've only used Rx myself in the context of RxJS with Angular apps.)

Collapse
 
sagar profile image
Sagar

Thanks, @Florimond.

I have not any plan for writing Rx in other language but if developers want then I will write an article on Rx in python.