Will ReactJs app benefit in any way if I will include dom4 polyfill? do i need dom4 with ReactJs?

90 Views Asked by At

My app is fully done with ReactJs and there are no DOM manipulations outside React.

Will ReactJs app benefit in any way if I will include dom4 polyfill?

https://github.com/WebReflection/dom4

1

There are 1 best solutions below

0
On BEST ANSWER

No, this will not affect React. (Source: I work on React.)