Search code examples
javascriptreactjsdom4

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


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


Solution

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