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

Wildcard redirects and .addRoute() #1250

Closed
nickforddev opened this issue Mar 14, 2017 · 1 comment
Closed

Wildcard redirects and .addRoute() #1250

nickforddev opened this issue Mar 14, 2017 · 1 comment

Comments

@nickforddev
Copy link

The concept of wildcard redirects is somewhat incompatible with the .addRoute method. If I want to add routes dynamically, or even better, asynchronously, I cannot have a wildcard route in routes. Of course, one could add all of the other routes prior to adding a wildcard route, but then you are unable to take advantage of the wildcard route before loading the async routes.

Anybody have any thoughts about this? Is it unreasonable to want both options?

@posva
Copy link
Member

posva commented Mar 14, 2017

dup of #1176

@posva posva closed this as completed Mar 14, 2017
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

2 participants