Hello.
There is some common case when only after login you can use some API, so this class/struct dependents from some "logged in"-data and I want to create DependencyValues with this ApiClass, but I can't make "global"-initializer.
Also, I can't find any samples under "Point-Free · GitHub"
So, question, how can I do that? maybe someone have a samples.
Thank you.
Hi @Anatolii ! You can look at LoginCore feature within the Tic-Tac-Toe example project in the swift-composable-architecture repository. I hope it can help you!