ReactiveX / learnrx

A series of interactive exercises for learning Microsoft's Reactive Extensions Library for Javascript.
1.4k stars 292 forks source link

chore(deps): rely on RxJS 5 #154

Closed rgbkrk closed 7 years ago

rgbkrk commented 7 years ago

Follow on to https://github.com/ReactiveX/rxjs/issues/2101 to adapt it to RxJS 5. There is other text that could likely be adapted. When people end up at this tutorial and then come to collaborate on an RxJS 5 based project, they're a bit confused (after just starting!) for why the operators are changing out on them. I'd love to see this get updated incrementally. This is just a start.

/cc @jayphelps @jdetle

morenoh149 commented 7 years ago

lgtm!

rgbkrk commented 7 years ago

Thanks!