This intro to Apple’s reactive Combine framework comes highly recommended by iOS Dev Weekly. This sounds like the best way to jump into Combine wit real, practical code.
I liked his approach of starting with the very simplest way of using Combine to process downloaded JSON data, before moving on to splitting tasks into more logical chunks with chaining.