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! 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:
And merge this with deeplinking.
For example some merchant app:
For Now I see this as:
If figure out I can help you with example