1

I know that each of the following packages can individually work with IE8:

Angular JS (upto version 1.3), React JS, and Breeze JS

However using Breeze and Angular together does not within IE8 as discussed in detail Breeze and Angular 'ToDo' app does not work with IE 8

Is there any experience using React with Breeze within an Angular App to support IE8?

Thanks,

Community
  • 1
  • 1
J-R
  • 117
  • 2
  • 9

1 Answers1

0

React + breeze wont work on IE8 for the same reason that angular + breeze wont work there: lack of support for Object.definedProperty.

We do not plan to make further attempts to overcome deficiencies of IE8.

Ward
  • 17,793
  • 4
  • 37
  • 53
  • Ward, thank you for taking the time to answer. We use breeze everyday in our organisation - with Durandal :) - so thanks for bringing it to the masses. – J-R Jun 11 '15 at 08:02