ReactiveX / learnrx

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

Revise lesson 36 and some API calls for RxJS 5 #158

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hello there,

I've made some changes to address #157.

My most significant change is rewriting the lesson 36 discussion such that the concepts pertain to the RxJS 5 API. The new RxJS documentation was very helpful in assisting me with this.

Also took the liberty of folding in a fix for a usability problem with the show all answers button at the top of the page, whereby it wasn't showing code for some lessons.

Bouncey commented 7 years ago

This needs merged asap.

I'm learning rx now and couldn't see what was meant to be happening. The concurrent exercises using throttle made no sense to me and I came here to raise an issue, but found this.

morenoh149 commented 7 years ago

thanks