Translations get sent on each request #1768
Answered
by
isaachinman
wuifdesign
asked this question in
Q&A
-
why do the translations get sent on each request? i have a namespace "common" and on each rout change the same translations get sent to the user making each rout change cost multiple kb for sending same data every time. isn't this producing a lot of traffic and delay for users? couldn't this be cached client side? |
Beta Was this translation helpful? Give feedback.
Answered by
isaachinman
Mar 31, 2022
Replies: 1 comment 3 replies
-
Please see #1215. This question of "shared props" is a generic issue that NextJs faces, and is not specific to |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
isaachinman
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please see #1215.
This question of "shared props" is a generic issue that NextJs faces, and is not specific to
next-i18next
.