Type safe routing for Next.js

next nextjs routing typescript
2 Open Issues Need Help Last updated: Aug 27, 2025

Open Issues Need Help

View All on GitHub
feature: Turbopack support about 2 months ago
enhancement help wanted

Type safe routing for Next.js

TypeScript
#next#nextjs#routing#typescript

AI Summary: Enhance the `nextjs-routes` library's `route` function to support locale parameters, allowing the generation of localized URLs at runtime, similar to how `useRouter.push` and `useRouter.replace` already handle locales. This involves modifying the `route` function to accept a `locale` option and incorporating this into the URL generation process.

Complexity: 3/5
enhancement help wanted

Type safe routing for Next.js

TypeScript
#next#nextjs#routing#typescript