alibaba / react-intl-universal

Internationalize React apps. Not only for Component but also for Vanilla JS.
1.34k stars 154 forks source link

Whether this can be dynamically import according to window.Intl #110

Open suweya opened 5 years ago

suweya commented 5 years ago

https://github.com/alibaba/react-intl-universal/blob/af9c905d0820f6870c1c12937498329605c3202d/src/index.js#L1

cwtuan commented 5 years ago

The intl polyfill makes the Intl have the same behavior in different browser. Any problem with that?