frintjs / frint

Modular JavaScript framework for building scalable and reactive applications
https://frint.js.org/
MIT License
756 stars 37 forks source link

Use hot Observables where appropriate #301

Open fahad19 opened 7 years ago

fahad19 commented 7 years ago

We are overusing Subjects with RxJS, where we could better make use of the hot observable concept as detailed in this article by @benlesh:

https://medium.com/@benlesh/hot-vs-cold-observables-f8094ed53339