Skip to content

Parsing out an array of routes #71

@darvelo

Description

@darvelo

By any chance does this library support parsing out an array of nested routes? For example:

/user/:123/profile // -> [AppRoute.user(id: 123), AppRoute.userProfile(id: 123) (or something like this)

This would be useful for the new NavigationStack path array. Would something like this be possible?

Thanks for Point-Free!

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