UnlyEd / next-right-now

Flexible production-grade boilerplate with Next.js 11, Vercel and TypeScript. Includes multiple opt-in presets using Storybook, Airtable, GraphQL, Analytics, CSS-in-JS, Monitoring, End-to-end testing, Internationalization, CI/CD and SaaS B2B multi single-tenancy (monorepo) support
https://unlyed.github.io/next-right-now/
MIT License
1.27k stars 110 forks source link

Why custom I18nLink ? #254

Closed Jbmanllr closed 3 years ago

Jbmanllr commented 3 years ago

Hello, is there a reason you created a custom I18nLink when next js offer it natively: https://nextjs.org/docs/advanced-features/i18n-routing

Vadorequest commented 3 years ago

Next Right Now doesn't use the native i18n routing implementation of Next.js.

https://unlyed.github.io/next-right-now/guides/i18n/#official-i18n-routing-implementation

I hope this answers the question! Closing this, let me know if it doesn't. 😄