Skip to content

Commit b76b691

Browse files
committed
fix: add reference to React Query article in API requests guide
1 parent 617130d commit b76b691

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

i18n/en/docusaurus-plugin-content-docs/current/guides/examples/api-requests.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,5 @@ When using server state libraries like [TanStack Query (React Query)](https://ta
137137
- API data types
138138
- Cache keys
139139
- Common query/mutation options
140+
141+
For more details on how to work with server state libraries, refer to [React Query article](/docs/guides/tech/with-react-query)

i18n/ru/docusaurus-plugin-content-docs/current/guides/examples/api-requests.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,3 +138,5 @@ export function login(credentials: LoginCredentials) {
138138
- Типы данных API
139139
- Ключи кеша
140140
- Общие параметры запросов и мутаций
141+
142+
Подробнее о том, как работать с server state библиотеками, читайте в статье [React Query](/docs/guides/tech/with-react-query)

0 commit comments

Comments
 (0)