You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My question is why children will rerender when i18nextXHRBackend got texts from backend?
I am trying to create a project by myself without I18nextProvider and redux, and my child component couldn't rerender, and only render once before xhr got texts.:robot::see_no_evil:
The text was updated successfully, but these errors were encountered:
Hello~ I am a beginner.
I am studying this great project.
I have a question about some details of this project.
Source code at here: https://github.com/manuelbieh/react-ssr-setup/blob/master/src/shared/i18n/IntlProvider.tsx#L46
My question is why children will rerender when
i18nextXHRBackend
got texts from backend?I am trying to create a project by myself without
I18nextProvider
and redux, and my child component couldn't rerender, and only render once before xhr got texts.:robot::see_no_evil:The text was updated successfully, but these errors were encountered: