摘要: Some browsers, such as Safari < 10 & IE < 11, do not support the JavaScript Internationalization API, which react-intl depends on. In order to support 阅读全文
posted @ 2017-07-31 21:43 Zhentiw 阅读(426) 评论(0) 推荐(0)
摘要: In some cases, you might need to pass a string from your intl messages.js file as a prop to a component. Instead of using react-intl components (which 阅读全文
posted @ 2017-07-31 21:06 Zhentiw 阅读(314) 评论(0) 推荐(0)
摘要: Get 'injectIntl' from 'react-intl', it is a high order componet. We need to wrap our component into 'injectIntl': It will inject 'intl' prop into our 阅读全文
posted @ 2017-07-31 21:02 Zhentiw 阅读(288) 评论(0) 推荐(0)
摘要: Using the react-intl FormattedMessage component, we’ll learn how to render content conditionally in our messages based on a number provided as a prop. 阅读全文
posted @ 2017-07-31 15:53 Zhentiw 阅读(235) 评论(0) 推荐(0)