zth / rescript-relay-router

MIT License
16 stars 3 forks source link

Support splat-routes #124

Open zth opened 2 years ago

zth commented 2 years ago

https://remix.run/docs/en/v1/guides/routing#splats

We have everything we need in terms of routing here, just a matter of actually parsing the splat and adjusting params etc accordingly.

tsnobip commented 7 months ago

I'm having the use for splat routes to display nice URLs for a file explorer. I'll take a look at it when I have some time.