-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a possibility to polyfill react 15? #30
Comments
If not, I'm thinking another solution which is by using IE's conditional comment. So if it's IE 8 then use a different webpack build. Any suggestions? |
First thanks for you advice! In my opinion, Why not just use |
BTW, we have docs for React@0.14: |
Thanks for the reply! |
I'm similarly interested in moving to React 15 now, despite requirements to support IE 8, as Jest 14's new React Test Renderer requires and ships with 15.3.0, and lets you write snapshot tests: https://facebook.github.io/jest/blog/2016/07/27/jest-14.html I've tried getting previous React Test Renderers to work in Jest and it's a radically different syntax, the support's just not there. It occurs to me that it might be possible to backport react-test-renderer to work with 0.14, but that should be weighed against running 15.3.0 and attempting for IE8 support anyway. |
Officially it's said that IE8 is not supported but they will also not remove IE 8 related compatibility code. So there might be a chance that it still works with polyfills?
The text was updated successfully, but these errors were encountered: