February 2018
Intermediate to advanced
350 pages
7h 35m
English
The concept of functional reactive programming emerged by combining FP paradigms with reactive programming.
The definition of functional reactive programming says it is a programming paradigm for reactive programming (asynchronous dataflow programming) using the building blocks of FP (for example, map, reduce, and filter).
So, let's begin by defining reactive programming, and then we will discuss combining them with FP.
Reactive programming is a modern programming paradigm, which talks about propagation of change, that is, instead of representing the world as a series of states, reactive programming models behavior.
Reactive programming is an asynchronous programming paradigm that revolves around data streams ...
Read now
Unlock full access