next-intl Link component opting-in to dynamic rendering #1659
Unanswered
zensitively
asked this question in
Q&A
Replies: 1 comment
-
That's definitely not intended, no. Can you share a reproduction based on next-intl-bug-repro-app-router? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using the next-intl Link component seems to force an opt-in to dynamic rendering as opposed to being statically pre-rendered. This is not the case for the Link component of Next. Is that behavior wanted or is there a workaround?
One possible solution to prevent it is
But I don't know how ideal that is performance-wise.
Beta Was this translation helpful? Give feedback.
All reactions