frintjs/frint

Use hot Observables where appropriate

Open

#301 opened on Sep 15, 2017

View on GitHub
 (0 comments) (1 reaction) (0 assignees)JavaScript (37 forks)batch import
help wantedoptimization

Repository metrics

Stars
 (746 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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

Contributor guide