commitsMidWayDer · 68aff84
useOnlineStatus 훅, useSyncExternalStore로 리팩토링
🤖 741 in / 1474 out / 2215 total tokens
useOnlineStatus 훅에서 useEffect 내 동기 setState 호출로 인한 ESLint 에러를 해결했다.
기존엔 useState로 초기값 true를 설정하고, useEffect에서 navigator.onLine으로 동기 업데이트 후 이벤트 리스너를 등록하는 방식이
이더2026.03.163 min readReacthooksuseSyncExternalStore