标签: angularjs reactjs
我试图理解componentWillUnmount如何在reactjs中工作。是自动调用还是我们需要手动调用unmountComponentAtNode才能使其工作?
我在angular中使用reactjs并在指令中渲染父组件。现在,我想要的是,当我更改路径时,我希望我的父组件的componentWillUnmount运行并在用另一个包含另一个父组件的指令替换ng-view之前进行必要的清理。
答案 0 :(得分:2)
将自动调用。
http://facebook.github.io/react/docs/component-specs.html#unmounting-componentwillunmount