Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parsing out an array of routes #71

Open
darvelo opened this issue Jan 19, 2023 · 0 comments
Open

Parsing out an array of routes #71

darvelo opened this issue Jan 19, 2023 · 0 comments

Comments

@darvelo
Copy link

darvelo commented Jan 19, 2023

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant