window.onbeforeunload react hook code example
Example 1: import { useBeforeunload } from 'react-beforeunload
useBeforeunload(() => "You'll lose your data!");
Example 2: import { useBeforeunload } from 'react-beforeunload
import { useBeforeunload } from 'react-beforeunload';