nalexn / clean-architecture-swiftui

SwiftUI sample app using Clean Architecture. Examples of working with CoreData persistence, networking, dependency injection, unit testing, and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Few questions

sssuourabh opened this issue · comments

  • Imagine i have a application which has 4 tabs then on all 4 tabs should i inject container to all 4 tabs rootview.
  • Should i have to define all repositories to appEnvironment where as in configuredWebRepositories which will be very huge list.
  • I don't have database so if i save all data to AppState then it will be huge.
    -@nalexn. @Greyvend @omaralbeik