Learning Observables
Let's see the project that we will build in the coming lessons using observables in Rx.
We'll cover the following
Learning observables by building applications
If you’re brand new to the concepts of observables or need a refresher, this is the chapter for you. It starts with a sense of where observables conceptually fit in the greater world of JavaScript tools. You’ll build your first project: a stopwatch.
A stopwatch may seem simple, but you’ll need to learn several key observable concepts to get it working. Once the stopwatch is up and running, you will prove Rx’s reusability by building a drag-and-drop example from the stopwatch code using the same pattern and operators.