Link Search Menu Expand Document

Functional Reactive Programming (FRP)

If you’re new to Functional Reactive Programming (FRP), here are a few pointers to posts and a video that introduce the concepts:

  • An excellent Medium post from Timo Stöttner
  • The introduction to Reactive Programming you’ve been missing from André Staltz.
  • A very insightful presentation by Staltz where he introduces FRP from first principles (with live coding).

In what follows, we will refer to streams in line with those authors but if you’re used to working with Rx you would call this an observable.