-
Notifications
You must be signed in to change notification settings - Fork 519
React es6-promise #679
Comments
Issue #484 describes the general matter of IE11 support, so I'll close this as a duplicate. But yes you're right - it would be great to have out-of-the-box support for IE11 on all the templates, and |
@SteveSandersonMS Another thing is the big difference between React and React-Redux template with regards to setup.
The only real 'config/webpack' difference between these two should be a couple of extra packages around Redux. Also, do you accept pull requests for any of these kinds of things? |
@waynebrantley Yes, we do accept pull requests. It's probably best to check with us about what you're planning to propose, because in a lot of cases there are reasons. For example, ReactReduxSpa uses
The presence/absence of server-side prerendering makes quite a big difference to how many things are best structured, so I'd argue you should expect to see more differences than just a few extra packages. |
Shouldn't you be using 'es6-promise' for the react template?
You use isomorphic-fetch, which takes care of fetch, but not promises.
The text was updated successfully, but these errors were encountered: