react组件卸载前的钩子
Posted amiezhang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了react组件卸载前的钩子相关的知识,希望对你有一定的参考价值。
import {Prompt} from ‘react-router-dom’; const Editor=()=>{ return ( <div> <Prompt // when相当于disabled,为true时,当react路由跳转就会触发 when={true} message={location => ‘文章要保存吼,确定离开吗?’} /> </div> ) }
以上是关于react组件卸载前的钩子的主要内容,如果未能解决你的问题,请参考以下文章