Help wanted Using react-intl
Created by: folivi
Note from Maintainers
Please try the solution in https://github.com/facebookincubator/create-react-app/issues/1227#issuecomment-297604621 and let us know if it works well for you.
Hi all,
I'm following this tutorial https://medium.freecodecamp.com/internationalization-in-react-7264738274a0#.pgfd03878 to use internationalization in my app. Apparently the integreation is done by modifying the .babelrc file but to do so I have to eject, and I prefer not to. Is there any way to use React-Intl without ejecting create-react-app?