The introduction to Reactive Programming you’ve been missing

/868e7e9bc2a7b8c1f754

  • The introduction to Reactive Programming you’ve been missing
    https://gist.github.com/staltz/868e7e9bc2a7b8c1f754

    --a---b-c---d---X---|->
    a, b, c, d are emitted values
    X is an error
    | is the 'completed' signal
    ---> is the timeline
    

    So you’re curious in learning this new thing called (Functional) Reactive Programming (FRP).

    Learning it is hard, even harder by the lack of good material. When I started, I tried looking for tutorials. I found only a handful of practical guides, but they just scratched the surface and never tackled the challenge of building the whole architecture around it. Library documentations often don’t help when you’re trying to understand some function.

    A really good FRP/Rx tutorial.