MCPcopy Create free account
hub / github.com/coolvasanth/reactjs_interview_preparation / handleResize

Function handleResize

src/HardQuestions/Exercise9.js:7–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5
6 useEffect(() => {
7 function handleResize() {
8 setCount(count + 1);
9 console.log('screen resized', count);
10 }
11
12 window.addEventListener('resize', handleResize);
13

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected