Fourth post in Microapps architecture series. This weeks topic is about injecting the dependencies into feature modules to improve testability and facilitate Xcode previews.
Managing an app’s memory is something that tends to be especially tricky when it comes to asynchronous code, so let’s take a look at how to do just that when using async/await.