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.