Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add features #35

Open
rtritto opened this issue Dec 11, 2024 · 0 comments
Open

Add features #35

rtritto opened this issue Dec 11, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@rtritto
Copy link

rtritto commented Dec 11, 2024

🆒 Your use case

  • index routes
  • dynamic params with /[<ROUTE_PARAM_NAME>].ts syntax
  • dynamic method with /(<METHOD>).ts syntax
  • grouping (implemented with a simple sort)

Optional:

  • wildcard /[...id].ts (/* in the route)
  • wildcard with /@[...] prefix (already implemented with wildcard implementation)
  • apply usage in frontend (eg support jsx-tsx extensions)

Source: directory-structure

🆕 The solution you'd like

All implementations can be find in universal-autoloader

🔍 Alternatives you've considered

No response

ℹ️ Additional info

Related discussion: magne4000/universal-middleware#86

@rtritto rtritto added the enhancement New feature or request label Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant