Integrate Combine Into an App, Episode 4: Use Publishers in the ViewModel | raywenderlich.com

Publishers are only part of the Combine pipeline; they have to be subscribed to in order to start the data flowing. In this episode, learn how the Publishers you’ve made can be used in the ViewModel that will drive the user interface.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/22070915-integrate-combine-into-an-app/lessons/4

Great tutorial, I did get a little lost during the writing of the fetch joke code. It almost felt like I needed to already understand Combine to understand that code.