React Example: Star Wars
Source URL: https://tanstack.com/query/latest/docs/framework/react/examples/star-wars
Search…
K
Auto
Docs
Partners
React
Latest
Search…
K
latest
React
Latest
React Example: Star Wars
Section titled “React Example: Star Wars”Code ExplorerCode
Interactive SandboxSandbox
-
public
-
src
-
App.tsx
-
Character.tsx
-
Characters.tsx
-
Film.tsx
-
Films.tsx
-
Home.tsx
-
Layout.tsx
-
api.ts
-
index.tsx
-
styles.css
-
-
.eslintrc
-
.gitignore
-
README.md
-
index.html
-
package.json
-
tsconfig.json
-
vite.config.ts
tsx
import ReactDOM from 'react-dom/client' import App from './App'
const rootElement = document.getElementById('root') as HTMLElement ReactDOM.createRoot(rootElement).render(<App />)[Want to Skip the Docs?
Section titled “[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)
