Tag: The Composable Architecture
All the articles with the tag "The Composable Architecture".
-
Optimizing Swift: Tracking property changes and building a Memoization system
Tracking property changes and intelligently avoids redundant computations by leveraging custom memoization system, leading to more efficient and performant apps.
-
The Composable Architecture - Best Practices
Set of best practices for The Composable Architecture projects based on experiences of the team at The Browser Company.
-
TCA Performance and Multi-Store
Let's talk about using multi-store pattern in TCA as a way to improve the performance and maintainability.
-
Composable Architecture @ Scale
Last week I spoke at NSSpainX to talk about how to use Composable Architecture in larger projects, the kind of issues you might run into and how you can...
-
TCA Action Boundries - Convenience
Now that we added some structure to our TCA actions, let's add automation and convenience API's.
-
TCA Action Boundaries
To maintain our codebases for years, we must create boundaries across modules. Here's my approach to doing that with The Composable Architecture.