Frontend Interview Prep
Home
← Back to Phase 2: Intermediate
useIdle
Phase 2: Intermediate • Module 3: Advanced React Hooks
Premium
Medium
215 completed
Description
Implement a hook that detects user inactivity
Your Solution
Reset
/** * useIdle * * Implement a hook that detects user inactivity */ function solution() { // Your implementation here return; } module.exports = solution;
Run Tests
Submit
Show Solution
← useQuery
Count By →