FRP, or Functional Reactive Programming, has some basic terms which you need to know.
Every piece of data can be represented as Observable, which is an asynchronous data stream. The power of FRP is in representation synchronous and asynchronous events as streams, Observables, and providing the same...