如何通过phantomjs中的虚拟dom导入react模块并更新元素。
通过phantomjs运行脚本时,出现以下错误消息。
TypeError: SyntheticEvent.augmentClass is not a function. (In 'SyntheticEvent.augmentClass(SyntheticCompositionEvent, CompositionEventInterface)', 'SyntheticEvent.augmentClass' is undefined)
Error: Cannot find module 'react'
每当我们更新htmlelement的任何属性时,它都会导致dom的完全重新布局。我正在尝试使用react的虚拟dom来优化此过程。 我正在使用Chrome和phantomjs作为无头浏览器来获取最终的渲染输出。
谢谢, 请让我知道是否需要更多信息。