Reactjs – Why Isn't i18n Translation Updating with useState in React?
I have an input with a label. The label has some translations as well as some variations that happen depending on which page the user is so I put translation keys inside useState to watch changes and react to them…