Skip to content

Instantly share code, notes, and snippets.

@ninokierulf
Last active April 26, 2022 06:49
Show Gist options
  • Save ninokierulf/b0ad5948679b073e97b7 to your computer and use it in GitHub Desktop.
Save ninokierulf/b0ad5948679b073e97b7 to your computer and use it in GitHub Desktop.
Functional Reactive Programming

Journey to better understanding FRP

( by @ninokierulf )
created: 2015 April 02
modified:

After reading Collection Pipeline Patterns by Martin Fowler.

  • map - to transform item (similar to select?)
  • flatten - merge nested
  • flat-map - map with flatten 1 level
  • reduce - similar to an accumulator? results in one return object
  • intersection - results in common objects in both universe

Bookmarks

People to follow

  1. Martin Fowler

  2. Andre Medeiros (aka Staltz)

Articles Read (Chronological)

Intro to Rx by Staltz
Be Reactive by colintheshots
stackoverflow answer by Laurence Gonsalves

TODO: digression. (to some other md file)

Facebook Projects
http://ninokierulf.github.io/ ** <-- finish this **

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment