> For the complete documentation index, see [llms.txt](https://simian114.gitbook.io/blog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://simian114.gitbook.io/blog/undefined/react.md).

# react

- [Drag & Drop 를 이용해서 리스트 요소 순서 바꾸기](https://simian114.gitbook.io/blog/undefined/react/drag-and-drop.md)
- [CRA에서 CRACO 사용하지 않고 절대경로 import(NODE\_PATH)](https://simian114.gitbook.io/blog/undefined/react/cra-craco-import-node_path.md)
- [useEffect내에서 state의 dependency 문제](https://simian114.gitbook.io/blog/undefined/react/useeffect-state-dependency.md)
- [IntersectionObserverAPI로 무한스크롤 구현](https://simian114.gitbook.io/blog/undefined/react/intersectionobserverapi.md)
- [react-testing-library](https://simian114.gitbook.io/blog/undefined/react/react-testing-library.md)
- [기본](https://simian114.gitbook.io/blog/undefined/react/react-testing-library/undefined.md)
- [react-router-dom 에서의 에러](https://simian114.gitbook.io/blog/undefined/react/react-testing-library/react-router-dom.md)
- [event 발생시키기](https://simian114.gitbook.io/blog/undefined/react/react-testing-library/event.md)
- [Integration testing하기](https://simian114.gitbook.io/blog/undefined/react/react-testing-library/integration-testing.md): 별거 없다
- [async하게 렌더링 되는 요소 잡기](https://simian114.gitbook.io/blog/undefined/react/react-testing-library/async.md)
- [Mocking 하기](https://simian114.gitbook.io/blog/undefined/react/react-testing-library/mocking.md)
- [CRA로 만든 앱에서 절대경로로 import 해오기(alias하기)](https://simian114.gitbook.io/blog/undefined/react/cra-import-alias.md)
- [커스텀 훅 만들기](https://simian114.gitbook.io/blog/undefined/react/undefined.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://simian114.gitbook.io/blog/undefined/react.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
