Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Enjoy this library? Try the entire [TanStack](https://tanstack.com)! [React Tabl

## Visit [react-query.tanstack.com](https://react-query.tanstack.com) for docs, guides, API and more!

Still on **React Query v2**? No problem! Check out the v2 docs here: https://react-query-v2.tanstack.com/.
## Quick Features

- Transport/protocol/backend agnostic data fetching (REST, GraphQL, promises, whatever!)
Expand Down
11 changes: 11 additions & 0 deletions docs/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,17 @@ const Home = ({ sponsors }) => {
</a>
</div>
</div>
<div className="mt-5">
<p>
Still using v2? No problem!{' '}
<a
href="https://react-query-v2.tanstack.com/docs/overview"
className="text-blue-600 font-semibold transition-colors duration-150 ease-out"
>
Find the v2 docs here.
</a>
</p>
</div>
</div>
</div>
</div>
Expand Down