Skip to content

Implement parametrized routes for Next.js Client #16683

@mydea

Description

@mydea

Today, we do not have parametrized routes in Next.js on the client side (app router). We'll need some build work to make this happen, likely:

  1. Generate a manifest of routes at build time
  2. Inject this into the client bundle
  3. Use this at runtime to map URLs to a parametrized route

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions