react-client
react-client copied to clipboard
Evaluate useTranslation performance
Which part of the project should be enhanced? translation system
Describe the solution you'd like
The useTranslation hook is used in many components. It's returned t function uses an internal state but we're not sure how performant the underlaying i18next function is. We should evaluate this and eventually wrap all translations in useMemo hooks to avoid recalculation.
Additional context none