Create a simple toggle button with RxJS using scan and startWith

added by Bob Senoff
1/6/2016 12:00:00 AM

838 Views

I'm pretty familiar with asynchronous programming with callbacks and, more recently, Promises, but I've only started playing around with reactive programming a few weeks ago. More and more people seem to be talking about it, and it looks like the concept will be available in ES7 in some form as well.


0 comments