What is reactive programming?

  • It’s a paradigm which focuses on values that change over time, and calculations and actions that depend on those values

  • It is concerned with data streams (sequence of data elements) and the propagation of changes