Skip to content

Commit 8482f6d

Browse files
committed
feat: 목차 이동 없는 세션 추가
1 parent ad34cfc commit 8482f6d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@
6464

6565
## 📃 React Query 개요 및 기능
6666

67+
[목차 이동](#주요-컨셉-및-가이드-목차)
68+
6769
### 개요
6870

6971
- react-query는 리액트 애플리케이션에서 `서버 상태 가져오기`, `캐싱`, `동기화 및 업데이트`를 보다 쉽게 다룰 수 있도록 도와주는 라이브러리이다. 클라이언트 상태와 서버 상태를 명확히 구분하기 위해 만들어졌다.
@@ -225,6 +227,8 @@ function App() {
225227

226228
## useQuery
227229

230+
[목차 이동](#주요-컨셉-및-가이드-목차)
231+
228232
### useQuery 기본 문법
229233

230234
- [useQuery v4](https://tanstack.com/query/v4/docs/react/reference/useQuery)

0 commit comments

Comments
 (0)