# taeo-hooks

## Update Schedule

<table><thead><tr><th width="140">일정</th><th width="524">내용</th><th>버전</th></tr></thead><tbody><tr><td>2024.01.19</td><td>1. 초기 버전 출시 및 배포 안정화 진행</td><td>1.0.0 - 1.07</td></tr><tr><td>2024.01.26</td><td>2. <code>useMultistate</code> : 다중 상태관리 기능의 훅<br>3. <code>useFocus</code> : 랜더시 포커싱을 해주는 기능의 훅<br>4. <code>usePageTitle</code> : 페이지의 타이틀을 쉽게 변환해주는 의 훅<br>5. <code>useCopyClipBoard</code> : 이벤트 실행시 복사해주는 기능의 훅<br>6. <code>useWindResize</code> : 브라우저 창의 크기를 추적하는 기능의 훅</td><td>1.0.7 - 1.0.8</td></tr><tr><td>2024.01.27</td><td>7. <code>useCheckBox</code> : 체크 박스의 상태관리 기능의 훅</td><td>1.0.9 - 1.0.10</td></tr><tr><td>2024.01.29</td><td>8. <code>useUpdateEffect</code> : 업데이트시에만 발생하는기능의 훅</td><td>1.0.12</td></tr><tr><td>2024.01.30</td><td>9. <code>useLocalStorage</code> : 로컬스토리지 컨트롤 훅 - 조회 기능의 훅</td><td>1.0.13</td></tr><tr><td>2024.01.31</td><td>10. <code>useLocalStorage</code> : 로컬스토리지의 기능 추가 - 저장, 삭제 기능의 훅</td><td>1.0.14</td></tr><tr><td>2024.01.31</td><td>11. <code>useMediaQuery</code> : 미디어 쿼리를 추적하는 기능의 훅</td><td>1.0.15</td></tr><tr><td>2024.02.01</td><td>12. <code>useCount</code> : 숫자를 조작하는 기능의 훅</td><td>1.0.16</td></tr><tr><td>2024.02.02</td><td>13.<code>useIsFirstRender</code> : 첫 번째 랜더링을 확인하는 기능의 훅</td><td>1.0.17</td></tr><tr><td>2024.02.21</td><td>14. <code>useDebounce</code> : 디바운스를 도와주는 기능의 훅</td><td>1.0.20</td></tr><tr><td>2024.02.27</td><td>15. <code>useMap</code> : 키-값 맵 상태와 세터 액션을 관리하는 기능의 훅</td><td>1.0.21</td></tr></tbody></table>

## Community

* 이메일을 보내주시거나 이슈를 통해 의견을 주시면 감사하겠습니다.
* Send me an [email](mailto:undefined)(<ohtk1119@gmail.com>) or Contribute on Issues, I glad to hear your suggestion.

## Open Source

`taeo-hooks` is open source and powered by open source software. The code is available on [Github](https://github.com/taetaeo/taeo-hooks)

##


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://taeo.gitbook.io/taeo/taeo-hooks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
