Functional Thinking in Swift: Part 3 - The power of Reduce
How Swift's reduce can derive map and filter, and how to use it to build reusable grouping tools.
read more →How Swift's reduce can derive map and filter, and how to use it to build reusable grouping tools.
read more →A practical look at Swift's filter and reduce functions, and how to compose them with map into readable data pipelines.
read more →An introduction to Swift's map function and how it helps express transformations in a clear, functional style.
read more →How a custom SubscriberReducer can remove repeated AsyncStream subscription boilerplate from TCA reducers.
read more →How to use a custom NestedAction reducer to keep nested TCA actions organised while still returning top-level effects.
read more →A composable way to keep analytics close to TCA feature logic without letting it crowd reducers or views.
read more →How to manage shared app data in The Composable Architecture using a dependency that exposes an AsyncStream.
read more →How to combine SwiftUI text, links, and SF Symbol images while keeping link tinting consistent.
read more →A look at when the Coordinator Pattern is useful, and why design patterns should emerge from the problem space rather than drive it.
read more →