Use next-international without converting page.tsx or layout.tsx into client components
I'm trying to use
next-international
but in their github readme https://github.com/QuiiBz/next-international#app-router they suggest wrapping the lowest app file with I18nProviderClient
which needs the page.tsx
file to be a client component. I don't want to convert it to a client component.GitHub
GitHub - QuiiBz/next-international: Type-safe internationalization ...
Type-safe internationalization (i18n) for Next.js. Contribute to QuiiBz/next-international development by creating an account on GitHub.
0 Replies