Skip to content

Instantly share code, notes, and snippets.

@sadewole
Created January 4, 2021 15:35
Show Gist options
  • Save sadewole/fe88b45ac6c393dbb5413bf557ce1a04 to your computer and use it in GitHub Desktop.
Save sadewole/fe88b45ac6c393dbb5413bf557ce1a04 to your computer and use it in GitHub Desktop.
states needed for auto session timeout
const SessionTimeout = () => {
const [events, setEvents] = useState(['click', 'load', 'scroll']);
const [second, setSecond] = useState(0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment