The ComposableArchitecture
is now building again, but we have greatly simplified the API of the Store
type.
Now let’s get the rest of the app building.
Luckily the app is fully modularized, and so we can start with our simplest modules that have the fewest dependencies, and work our way back to the main app target. Also lucky for us is that we are already using the environment technique in our code, and that will make converting to this new style very easy.