Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 697928a

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 stack Co-Authored-By: [email protected] <[email protected]>
1 parent 6c713d5 commit 697928a

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 Query v4](https://tanstack.com/query/v4/docs/react/overview) for
39+
- [TanStack Query v5](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 Query v4](https://tanstack.com/query/v4/docs/react/quick-start)
99+
We use [TanStack Query v5](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)