We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5625110 commit c802471Copy full SHA for c802471
โsrc/hooks/useOnlineStatus.ts
@@ -23,6 +23,8 @@ interface UseOnlineStatusReturns {
23
* @description
24
* ๋ธ๋ผ์ฐ์ ์ ์จ๋ผ์ธ/์คํ๋ผ์ธ ์ํ๋ฅผ ์ถ์ ํ๋ ํ ์ ๋๋ค.
25
* ์จ๋ผ์ธ ์ํ๊ฐ ๋ณ๊ฒฝ๋ ๋ ์คํํ ์ฝ๋ฐฑ ํจ์๋ฅผ ์ ํ์ ์ผ๋ก ์ง์ ํ ์ ์์ต๋๋ค.
26
+ * ์ฝ๋ฐฑ ํจ์๋ค์ `useCallback`์ ์ฌ์ฉํ์ฌ ๋ฉ๋ชจ์ด์ ์ด์ ํ ๊ฒ์ ๊ถ์ฅํฉ๋๋ค.
27
+ * ์ด๋ฅผ ํตํด ์๋ํ์ง ์์ ์ฌ์์ฑ์ ๋ฐฉ์งํ๊ณ ์ฑ๋ฅ์ ์ต์ ํํ ์ ์์ต๋๋ค.
28
*/
29
30
const useOnlineStatus = ({
0 commit comments