đź”’ The various approaches of sharing state in the Composable Architecture are mixed bag of trade
offs and problems. Is there a better way? We’ll take a controversial approach: we will
introduce a reference type into our state, typically a value type, and see what happens, and
take it for a spin in an all new, flow-based case study.