Skip to content

Commit 795bdc0

Browse files
committed
docs: 지원 버전 세션 추가
1 parent 528a6bd commit 795bdc0

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
29. [서버 로딩중일 때 Fallback UI를 선언적으로 보여주기 위한 Suspense](#suspense)
6161
30. [앱 전체에 동일한 쿼리 함수를 공유하는 Default Query Function](#default-query-function)
6262
31. [리액트 쿼리에 타입스크립트 적용](#react-query-typescript)
63+
32. [리액트 쿼리 지원 버전](#지원-버전)
6364

6465
<br />
6566

@@ -1614,3 +1615,23 @@ const { data } = useQuery({
16141615
```
16151616

16161617
<br />
1618+
1619+
## 지원 버전
1620+
1621+
- Tanstack Query v5에 필요한 TypeScript 최소 버전은 `v4.7` 입니다.
1622+
- Tanstack Query v5에 필요한 React 최소 버전은 `v18`입니다.
1623+
1624+
- React v18 이상에서 지원하는 `useSyncExternalStore` 훅을 사용하고 있기 때문입니다.
1625+
1626+
- Tanstack Query v5의 브라우저 별 지원 버전은 아래와 같습니다.
1627+
1628+
```
1629+
Chrome >= 91
1630+
Firefox >= 90
1631+
Edge >= 91
1632+
Safari >= 15
1633+
iOS >= 15
1634+
opera >= 77
1635+
```
1636+
1637+
<br />

0 commit comments

Comments
 (0)