Custom matchers #11127
piotrblasiak
started this conversation in
Proposals
Custom matchers
#11127
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be great to be able to provide custom matchers to match on other things than just prefix based with wildcards like is currently possible in react router. Regexp will not do either as I need to decode the path using a custom function and only then will I know which component to show. You can of course do this in a component and lazy load the final component, but this is not as nice and efficient.
Something like would allow for any kind of matching like this.
Beta Was this translation helpful? Give feedback.
All reactions