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

feature request: catch-all routes #86

Open
veggiedefender opened this issue Dec 20, 2020 · 1 comment
Open

feature request: catch-all routes #86

veggiedefender opened this issue Dec 20, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@veggiedefender
Copy link

I'm evaluating flareact for a project—looks incredible so far! One feature I'm missing is something like Next's catch-all routes.

From their docs:

pages/post/[...slug].js matches /post/a, but also /post/a/b, /post/a/b/c and so on.

I'd be happy to attempt implementing this in a PR, but I have a feeling that this may end up involving some pretty tricky/important architectural decisions, since presumably it affects things like the router and links

@veggiedefender

This comment has been minimized.

@jplhomer jplhomer added the enhancement New feature or request label Dec 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants