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

Allow for non-page-based routes #76

Open
paulsmith opened this issue Jan 11, 2023 · 0 comments
Open

Allow for non-page-based routes #76

paulsmith opened this issue Jan 11, 2023 · 0 comments

Comments

@paulsmith
Copy link
Contributor

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?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant