What is RxJS?
todo
What is Reactive Programming?
Reative programming, defined by Wikipedia:
In computing, reactive programming is a declarative programming paradigm concerned with data streams and the propagation of change.
A couple of things should stick out to us as Angular developers:
- Data streams
- Popagation of change