regularjs / regular-state

regular router based on stateman
http://regularjs.github.io/regular-state/
MIT License
13 stars 9 forks source link

feat: 增加 stop 处理 #9

Closed shenyizhou closed 4 years ago

shenyizhou commented 4 years ago

目前未重载的 stop 只处理了 this.history.stop();,未对组件进行卸载,这在单个 Regular 应用里是没问题的。但是目前用了微前端的方案,从 Regular 应用切到 React 未对组件进行卸载,可能会导致一些全局事件被多次注册。故补充了下方法,供以主动调用。