Architecture
Deciding on TCA
Your team is evaluating TCA (The Composable Architecture). What problems does TCA solve?
Deciding on TCA
Your team is evaluating TCA (The Composable Architecture). What problems does TCA solve?
ArchitectureMultiple choiceAdvanced
In TCA, you're implementing "tap a button, fetch a list over the network, show it on scre…
#tca #reducer
ArchitectureShort answerAdvanced
A screen with a network request has loading, success, failure, retry, refresh, and cancel…
#unidirectional
SwiftUIShort answerBasics
A used-goods listing screen built in SwiftUI has input fields, validation, submission, an…
#unidirectional
iOS system designShort answerAdvanced
In a gaming news feed, refresh, pagination, and bookmarking all happen at the same time. …
#reducer