Skip to content

Instantly share code, notes, and snippets.

@theodesp
Last active November 14, 2019 12:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theodesp/e9377a66384feb7b3035fc0adcc59a29 to your computer and use it in GitHub Desktop.
Save theodesp/e9377a66384feb7b3035fc0adcc59a29 to your computer and use it in GitHub Desktop.
ReactDOM.render(
<IntlProvider
locale={i18nConfig.locale}
defaultLocale={i18nConfig.locale}
messages={i18nConfig.messages}
>
<App />
</IntlProvider>, document.getElementById('root'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment