erikras / react-redux-universal-hot-example

A starter boilerplate for a universal webapp using express, react, redux, webpack, and react-transform
MIT License
12k stars 2.5k forks source link

Promise.all usage #929

Open berdof opened 8 years ago

berdof commented 8 years ago

According to the https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/all support of Promise.all is very limited. So I am wondering if there is an alternate solution for this? https://github.com/erikras/react-redux-universal-hot-example/blob/master/src/containers/Widgets/Widgets.js

erikras commented 8 years ago

I think Babel polyfills it.