jszgb/jszgb.com

RxJS introduction

Closed this issue · 4 comments

Hey, just to make is official: I'd like to give a short RxJS introduction in January. We've been using RxJS for a few months with angular 2 and also a bit on the server-side with node.

Either that or some later date @lblazecki

@lblazecki I think you said 3rd of January so here you go.

RxJS Introduction - Reactive programming, Observables, timeless patterns and new implementations
Damir Šehić

RxJS (Reactive Extensions for JavaScript) is a library for transforming, composing, and querying streams of data. You can use it to model all kinds of data: from simple arrays of values, series of events (unfortunate or otherwise), complex flows of data, to HTTP requests. I'll try to explain what is an Observable, what is RxJS and why/where/how you can use it.