More simple examples
Hi! Thank your for your work! This lib looks too much PRO.
Comparing to https://github.com/rundfunk47/stinsen I do really lack of good real-world examples without too many protocols.
With Stinsen I came to the idea from the start and went into using it.
With SUIN I can barely figure out how to make basic navigation. Your examples don't help much.
Could you please make some simple not testable example without protocols handling:
- Root View with navigation to some Details View and Settings View
- Details view with navigation to some deeper level
- Settings view with navigation to some sub-view screens.
And merge this with deeplinking.
For example some merchant app:
For Now I see this as:
- CatalogView(Root) + RootRouter enum: .settings, .itemDetails(CatalogItem), .itemDetailsSubscreen
- ItemDetailsView using RootRouter? Ot should it have its own Router with .itemDetailsSubscreen ?
- Settings view. Should it have its own SettingsRouter for deeper push navigation?
If figure out I can help you with example
Hi, itc-developer-3. Thanks a lot for information and question.
In my understanding, a simple example should be completely without routers. Are you suggesting an example with a router?
I'll study the example provided and get back to you with an answer. I agree that there aren't enough good examples, and something needs to be done about that.