I used create-react-app-ts to create a new React app. What is the best option for adding i18n?
I looked at react-intl but it looks quite heavy to work with. Then I looked at linguiJS which promises to make it easier, but I can not find examples of how to use it with create-react-app. Also I'm not sure it's a good idea to have both formatting (of numbers etc), pluralization and translation in one module... I would prefer to use separate libraries...
Please share your thoughts. What is the best (easiest/prettiest) way to get i18n in react apps.
Thanks