Skip to content

More simple examples #4

Description

@itc-developer-3

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:

  1. Root View with navigation to some Details View and Settings View
  2. Details view with navigation to some deeper level
  3. 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:

  1. CatalogView(Root) + RootRouter enum: .settings, .itemDetails(CatalogItem), .itemDetailsSubscreen
  2. ItemDetailsView using RootRouter? Ot should it have its own Router with .itemDetailsSubscreen ?
  3. Settings view. Should it have its own SettingsRouter for deeper push navigation?

If figure out I can help you with example

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions