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 d10d726 commit 457fc92Copy full SHA for 457fc92
docs/ko/intro.md
@@ -7,7 +7,7 @@ TanStack Query 라이브러리를 밑바닥부터 구현하는 방법을 소개
7
## 목표
8
9
- TanStack Query의 동작 흐름을 알아봅니다.
10
- -React 환경에서 TanStack Query를 사용하는 방법을 알아봅니다.
+- React 환경에서 TanStack Query를 사용하는 방법을 알아봅니다.
11
12
## 개발 환경 구성하기
13
@@ -24,7 +24,7 @@ npm run dev
24
25
## 최종 결과 확인하기
26
27
-구현된 코드는 Github에서 확인하실 수 있습니다.
+구현된 코드는 [GitHub](https://github.com/mugglim/build-your-own-tanstack-query)에서 확인하실 수 있습니다.
28
29
<video width="100%" height="240" controls>
30
<source src="/demo.mov" type="video/mp4">
0 commit comments