Open ZWkang opened 5 years ago
在虚拟dom的比较,除了一些根据优化算法进行的优化外,还需要切记,避免传递的引用。
http://wuyuying.com/optimizing-react-virtual-dom-explained/
https://developmentarc.gitbooks.io/react-indepth/content/life_cycle/update/component_will_receive_props.html
在虚拟dom的比较,除了一些根据优化算法进行的优化外,还需要切记,避免传递的引用。
JSX的背后