We build most of our web apps using Angular to enhance the user experience and to treat data most effectively, and for this, we are using ReactiveX, an API for asynchronous programming with observable streams.
One annoying thing about ReactiveX (also called RxJS, in its Javascript form) is its memory leaks because of Observables and Subscriptions. Here's how we deal with them. This is another technical post, written by David García, one of our Martians 👽
|