react组件卸载前的钩子

Posted amiezhang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了react组件卸载前的钩子相关的知识,希望对你有一定的参考价值。

参考:https://lequ7.com/2019/01/16/javascript/React-zu-jian-xie-zai-lu-you-tiao-zhuan-ye-mian-guan-bi-shua-xin-zhi-qian-jin-xing-ti-shi/

import {Prompt} from ‘react-router-dom’;
const Editor=()=>{
return (
    <div>
        <Prompt
            //  when相当于disabled,为true时,当react路由跳转就会触发
            when={true}
            message={location => ‘文章要保存吼,确定离开吗?’}
        />
    </div>
   )
}        

 

以上是关于react组件卸载前的钩子的主要内容,如果未能解决你的问题,请参考以下文章

React生命周期, setState、props改变触发的钩子函数

React9.组件的生命周期

React9.组件的生命周期

react 生命周期

react 组件的生命周期

React组件的生命周期