Skip to content

Allow for non-page-based routes #76

@paulsmith

Description

@paulsmith

Some valuable feedback we received after our public announcement was that file-based routing is great for getting started but doesn't scale well. To a degree we are YAGNI at this early stage, but we can anticipate reasonable needs in this area for even a modest sized app.

Some of the design questions:

  • Declarative vs. imperative split. Possibly the easiest first stab is just a Go file, since non-page routes will likely be Go code anyway.
  • Where to put them. app/pkg/routes.go blessed path?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions