Skip to content

feat: discover default Remix and React Router file routes - #5

Open
bompus wants to merge 1 commit into
codex/tanstack-start-routesfrom
codex/remix-file-routes
Open

feat: discover default Remix and React Router file routes#5
bompus wants to merge 1 commit into
codex/tanstack-start-routesfrom
codex/remix-file-routes

Conversation

@bompus

@bompus bompus commented Sep 7, 2026

Copy link
Copy Markdown
Owner

Behavior

Discover default Remix file routes and React Router configurations that register an imported, option-free flatRoutes() call. Pages bind their exact default components; dot nesting, index/pathless segments, parameters, optional segments, splats and bracket escapes preserve route paths. Explicit configuration routes can coexist with file routes.

Configuration-only full/scoped sync, including reopening an index, adds or removes existing page routes when the convention changes. Resource-only modules and direct Outlet-only layouts are excluded. Custom roots/configuration, folder index fallback and Markdown/MDX are outside this change.

Validation

  • Build and 102 focused WASM/control tests pass, including fresh compiled parse/resolver workers.
  • Full native suite: 4,415 passed, 46 skipped.
  • Independent correctness and complexity review is clear.

Stacked on codex/tanstack-start-routes (PR #4).

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

Successfully merging this pull request may close these issues.

1 participant