udibo / react-app

A React Framework for Deno that makes it easy to create highly interactive apps that have server side rendering with file based routing for both your UI and API.
https://udibo-react-app.deno.dev/
MIT License
14 stars 2 forks source link

Allow partially parameterized route names and multiple paramter route names #65

Open KyleJune opened 1 year ago

KyleJune commented 1 year ago

Currently there is only support for the entire route names being parameterized. Investigate partial parameterization, allowing users to make routes like [id].json or [id]-[username].