markdowndocs

View project on GitHub

up

Intro

“ReactiveX is a combination of the best ideas from the Observer pattern, the Iterator pattern, and functional programming” according to this

You have no chance of understanding this stuff if you don’t fully grok the “map, reduce, and filter” way of doing things.

Good articles

  • JS Function Programming - map, reduce, and filter - link
  • Reactive Programming with RxJS and Node - link

  • Reduce (Composing Software) - link
  • When to use RxJS - link

Great articles

  • Functors & Categories - link