-
Notifications
You must be signed in to change notification settings - Fork 27k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React-intl example #1022
Comments
Also see @ericf's WIP example which does a better job of loading only the active locale client-side: formatjs/formatjs#844 |
I completed the example. This is my first time really digging into Next, so it would be great to get a review here: formatjs/formatjs#844 Also I'm happy to move this example app to this repo. Or if we decide to leave it in React Intl's repo, it would be nice to add least add an |
@ericf looks good! I'd love to have this in the next.js repo 👍🏻👍🏻 |
@timneutkens @sedubois I opened PR #1055 to add it here. |
* Add example app with React Intl Fixes #1022 * Update examples/with-react-intl/package.json to be consistent
The example is broken: #3386 (comment) |
I saw some people wondering how to get react-intl working with Next.js, and so far it worked well in my app: https://github.com/relatenow/relate
So maybe it could be used as inspiration to create an example in the examples folder.
The text was updated successfully, but these errors were encountered: