nalexn/clean-architecture-swiftui

Few questions

sssuourabh opened this issue · 0 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