4Catalyzer / found

Extensible route-based routing for React applications
https://4catalyzer.github.io/found/
MIT License
794 stars 55 forks source link

Doesn't look like custom parameter prefixes are supported #1059

Open steinybot opened 7 months ago

steinybot commented 7 months ago

I was trying to create a custom parameter prefix as documented in https://github.com/pillarjs/path-to-regexp?tab=readme-ov-file#custom-prefix-and-suffix but it doesn't seem to work.

It would be nice for doing foo{/:path}? which would match foo and foo/bar but not foobar and the parameter path would not contain the leading slash.

jquense commented 7 months ago

yeah this like most react libs uses a really old version of path-to-regexp, b/c they removed a feature that is necessary for this all to work (tho i'm forgetting what at the moment)