React Example: Offline
Source URL: https://tanstack.com/query/latest/docs/framework/react/examples/offline
Search…
K
Auto
Docs
Partners
React
Latest
Search…
K
latest
React
Latest
React Example: Offline
섹션 제목: “React Example: Offline”Code ExplorerCode
Interactive SandboxSandbox
-
public
-
src
-
App.tsx
-
api.ts
-
index.tsx
-
movies.ts
-
-
.eslintrc
-
.gitignore
-
README.md
-
index.html
-
package.json
-
tsconfig.json
-
vite.config.ts
tsx
import React from 'react' import ReactDOM from 'react-dom/client' import App from './App' import { worker } from './api'
worker.start()
const rootElement = document.getElementById('root') as HTMLElement ReactDOM.createRoot(rootElement).render( </div>, )[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)
