Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit697928a

Browse files
docs: update TanStack Query version references in frontend guide
- Update TanStack Query references from v4 to v5 to match actual dependency- Fix documentation links to point to correct v5 documentation- Ensures frontend contributing guide reflects current tech stackCo-Authored-By: bruno@coder.com <bruno_nonato_quaresma@hotmail.com>
1 parent6c713d5 commit697928a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎docs/about/contributing/frontend.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ the most important.
3636
-[Vite](https://vitejs.dev/) to build the project
3737
-[Material V5](https://mui.com/material-ui/getting-started/) for UI components
3838
-[react-router](https://reactrouter.com/en/main) for routing
39-
-[TanStack Queryv4](https://tanstack.com/query/v4/docs/react/overview) for
39+
-[TanStack Queryv5](https://tanstack.com/query/v5/docs/react/overview) for
4040
fetching data
4141
-[axios](https://github.com/axios/axios) as fetching lib
4242
-[Playwright](https://playwright.dev/) for end-to-end (E2E) testing
@@ -96,7 +96,7 @@ tests for these states with `*.stories.ts` files.
9696

9797
##Data Fetching
9898

99-
We use[TanStack Queryv4](https://tanstack.com/query/v4/docs/react/quick-start)
99+
We use[TanStack Queryv5](https://tanstack.com/query/v5/docs/react/quick-start)
100100
to fetch data from the API. Queries and mutation should be placed in the
101101
api/queries folder.
102102

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp