App Router and next-intl Incremental Adoption #1306
Replies: 1 comment 4 replies
|
Sounds doable, yes! I think it really depends on if you have components that are used both in the App as well as the Pages Router. If your components are exclusive to a given router, then you can set up If you have components that are used with both routers, then you need to set up A nice benefit you might be able to leverage is that components that use |
Uh oh!
There was an error while loading. Please reload this page.
Hi all, My project currently uses Pages Router and
next-i18nextfor i18n. I'm planning to replacenext-i18nextwithnext-intl, but only for the App router part. Do you think it's possible?All reactions