Skip to content

Add features #35

Open
Open
@rtritto

Description

@rtritto

🆒 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions