dhrubach / resource-index-rxjs

A curated list of resources about the library which I refer to every know and then

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resource Index - RxJS

A curated list of resources about the library which I refer to every know and then

Preface

πŸ“ Articles & Blog Posts

  • The introduction to Reactive Programming you'hv been missing - Andre Staltz
    • here : a must read article for anyone starting with reactive programming.
  • Angular - Introduction to Reactive Extensions (RxJS)
  • Deep Dive into RxJS switchMap operator

πŸ’‘ Repos

  • Reactive Extensions - Org Page
  • Reactive Extensions for JavaScript - RxJS

πŸ“š Books

πŸ“˜ Online Learning

  • Functional Programming in Javascript
    • an interactive course where you will learn to implement your own version of common array methods - map, filter, reduce, concatAll and zip.
  • Introduction to Reactive Programming
    • egghead.io series by Andre Staltz
    • complimentary to his gist article
  • Step-by-Step Async JavaScript with RxJS
    • egghead.io series by John Lindquist
    • walk through of important concepts and programming techniques using operators
    • jsbin code snippets which I created while going through the course
  • Angular RxJS Jumpstart
    • angular university series
    • basics of observables and common RxJS operators like map, switchMap, combineLatest
    • Angular HTTP module and how it utilizes RxJS
    • common scenarios like parallel HTTP requests, retry and cancel operations

πŸ“Ί Videos

πŸ”ˆ Podcasts

  • FRP and RxJS with Matthew Podwysocki
  • RxJS with Matthew Podwysocki
  • What's new in RxJS 5.0 with Ben Lesh
  • Reactive Programming with Matthew Podwysocki
  • It was an observation, I promise with Jafar Husain and Jeff Cross

About

A curated list of resources about the library which I refer to every know and then

License:Creative Commons Zero v1.0 Universal