Finding myself embedding SwiftUI code into UIKit again, so here is a friendly reminder there is a simple way to send actions down the UIKit responder chain starting from a SwiftUI view
Tip:
You can capture the projected value of a @Published property (i.e. its associated publisher) in a capture list to incorporate user-driven sources of change into a pipeline declaration.
More information in my updated article: defagos.github.io/declarative_re…
I recently published an article discussing a way to build scalable declarative data pipelines using Combine.
Could make for an interesting read near the fireplace if you missed my announcement tweet.
x.com/defagos/status…
Gathering data in an app can be a challenge, especially when several sources must be aggregated or when pagination is involved.
My latest article discusses how Combine and reactive programming provide a declarative and scalable solution to this problem: defagos.github.io/declarative_re…
Two years ago I would never have considered using reactive programming to write apps.
I am now asking myself how I could live without it before, and I hope you'll understand why after having read my article.
Probably my biggest aha moment as an Apple developer.