Skip to content

Instantly share code, notes, and snippets.

@jspahrsummers
Last active August 29, 2015 14:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jspahrsummers/00d1ad24afbe26cd7abe to your computer and use it in GitHub Desktop.
Save jspahrsummers/00d1ad24afbe26cd7abe to your computer and use it in GitHub Desktop.
Scenarios to consider for FRP APIs
  Hot Cold Notes
Behaviors Always Property values over time
Events Maybe Maybe This is a design decision, but picking “hot” requires introducing some concept of buffering
Promises Sorta Sorta Promises don't do work until started, but only do it once, and share/buffer their result
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment