use-is-mounted-ref
📦 useIsMountedRef is a React Hook to check when the component is mounted.
@livelybone/use-mounted
React hook for mounted and unmount, return an object: MutableRefObject<{ mounted: boolean, unmounted: boolean }>
safe-state
React Native wrapper for setState to prevent state manipulation on unmounted components.
inject-react-unmont
'解决异步请求时,出现不能在已经被销毁的组件中调用setState()方案。Can’t call setState (or forceUpdate) on an unmounted component '