xcatliu / react-ie8

Make your React app work in IE8
http://react-ie8.xcatliu.com/
998 stars 162 forks source link

Make your React app work in IE8 with one liner code #10

Closed xcatliu closed 8 years ago

xcatliu commented 8 years ago

As I know, It's very painful to solve compatibility Issues in IE8. So I'm considering to write a package to help people who are facing such problems.

With just one liner code:

require('react-ie8')(options);

Or insert umd js file into head?

<script src=".../react-ie8.js"></script>
<script>window.reactIE8(options)</script>
xcatliu commented 8 years ago

Working on it...

xcatliu commented 8 years ago

v0.2.0 is released.

Only support CommonJS style.