Today, we do not have parametrized routes in Remix on the client side. We'll need some build work to make this happen, likely:
- Generate a manifest of routes at build time
- Inject this into the client bundle
- Use this at runtime to map URLs to a parametrized route
Possibly can share something with Next.js implementation.
Today, we do not have parametrized routes in Remix on the client side. We'll need some build work to make this happen, likely:
Possibly can share something with Next.js implementation.