Stock Ticker Application
Let's combine the two streams that we created in the previous lesson and display the filtered stocks in a stock ticker application.
We'll cover the following...
Combining streams using combineLatest
We have two separate streams: one containing all the information about the stock prices, and the other representing the latest data about which stocks the user actually cares about.
We need the latest values from both streams. All that’s needed is another combineLatest
constructor and a ...
Access this course and 1400+ top-rated courses and projects.