Art of the state
Explores best practices for modeling state in SwiftUI apps, emphasizing value types and avoiding common pitfalls like singletons.
Explores best practices for modeling state in SwiftUI apps, emphasizing value types and avoiding common pitfalls like singletons.
Explores performance optimization in The Composable Architecture (TCA) using a multi-store pattern, with benchmarks from a real-world application.
Discusses the lack of access control for Actions in The Composable Architecture (TCA) and the challenges it creates in large-scale Swift applications.
A practical guide to understanding and implementing the Flux architecture for React.js applications, focusing on unidirectional data flow.
An in-depth series exploring the Flux architecture, its components, and practical implementation beyond basic tutorials.