xcatliu / react-ie8

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

Unable to open sample app in IE8 #47

Open d205 opened 7 years ago

d205 commented 7 years ago

Hi,

I am unable to open app in IE8 . I tried to open http://react-ie8.getfuli.com, it loads and when clicked on counter link, I am getting 404 error. Note: app is working find in latest ver. of IE ie. edge or 11.

xcatliu commented 7 years ago

The reason is ie8 doesn't support history api. So when you click counter link, it will open a new page http://react-ie8.getfuli.com/counter which is 404.

You should check the React Redux Start Kit documentation to see if it support isomorphic web app.