You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which scope/s are relevant/related to the feature request?
create-analog
Information
Currently all dynamic routes in AnalogJS have to be in a parent folder or prefixed with a parent path.
Dynamic routes are defined by using the filename as the route path enclosed in square brackets. Dynamic routes must be placed inside a parent folder, or prefixed with a parent path and a period.
Which scope/s are relevant/related to the feature request?
create-analog
Information
Currently all dynamic routes in AnalogJS have to be in a parent folder or prefixed with a parent path.
I have an app that defines a route like this:
And it renders URLs like this:
And these routes are currently being statically rendered by Scully.
If I switch to AnalogJS, I'd have to create a component for each category even though they can all be handled by the same component:
Describe any alternatives/workarounds you're currently using
Currently using Scully.
I would be willing to submit a PR to fix this issue
The text was updated successfully, but these errors were encountered: