Ability to define "sub-apps", e.g. src/(app)
, e.g. src/(auth)
or src/(stripe)
with lib
, components
, routes
etc.
#10499
petr-rozum-ai
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
From code organization perspective, it would be great if one could structure codebase like so:
This would make it easier to create reusable self-contained pieces of functionality. As it is right now, the
lib
,components
etc. of each of these is spread out.Open question: Where should the sub-app routes be mounted? It could be either the root, or a provided name. For example, if using
(...)
it could be the root, otherwise the directory name.Beta Was this translation helpful? Give feedback.
All reactions