React Example: React Router
Source URL: https://tanstack.com/query/latest/docs/framework/react/examples/react-router
Search…
K
Auto
Docs
Partners
React
Latest
Search…
K
latest
React
Latest
React Example: React Router
섹션 제목: “React Example: React Router”Code ExplorerCode
Interactive SandboxSandbox
-
public
-
src
-
routes
-
contact.tsx
-
destroy.tsx
-
edit.tsx
-
index.tsx
-
new.tsx
-
root.tsx
-
-
contacts.ts
-
error-page.tsx
-
index.css
-
index.tsx
-
-
.eslintrc
-
.gitignore
-
README.md
-
index.html
-
package.json
-
tsconfig.json
tsx
export default function Index() { return ( <p id="zero-state"> This is a demo for integrating React Router with React Query. Check out{' '} <a href="https://reactrouter.com/"> the docs at reactrouter.com </a> and{' '} <a href="https://tanstack.com/query/v5/docs/">the docs at tanstack.com</a> . </p> ) }[Want to Skip the Docs?
섹션 제목: “[Want to Skip the Docs?”“If you’re serious about really understanding React Query, there’s no better way than with query.gg”—Tanner Linsley
Learn More](https://query.gg?s=tanstack)
