Another remix i18n lib: remix-intl #9188
suhaotian
started this conversation in
Show and tell / tips
Replies: 1 comment 3 replies
-
Nice work! To be honest, I'm generally put off by these solutions because of how complex the setup is and the many dependencies and moving parts involved. So far I've been doing just this and it's been working fine for me. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, guys,
I just made another i18n lib for Remix remix-intl
Currently early stage, just worked, If you have any questions please tell me!
Compared to
remix-i18next
:i18next
remix-intl
, no need fetch i18n data before hydrate in client side, already send data by a trick in<IntlScript />
locales
ormessages
from another API or in public folderBeta Was this translation helpful? Give feedback.
All reactions