Skip to content

Implement parametrized routes for Remix Client #16690

Description

@mydea

Today, we do not have parametrized routes in Remix on the client side. 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

Possibly can share something with Next.js implementation.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions