State Colocation Pattern
Keeping state as close as possible to where it’s used to reduce complexity. (See also: Colocation Pattern)
Intermediate
Added: 10 October 2025
Keeping state as close as possible to where it’s used to reduce complexity. (See also: Colocation Pattern)