React Example: Algolia
Source URL: https://tanstack.com/query/latest/docs/framework/react/examples/algolia
Search…
K
Auto
Docs
Partners
React
Latest
Search…
K
latest
React
Latest
React Example: Algolia
Section titled “React Example: Algolia”Code ExplorerCode
Interactive SandboxSandbox
-
src
-
App.tsx
-
Search.tsx
-
SearchResults.tsx
-
algolia.ts
-
index.tsx
-
styles.css
-
useAlgolia.ts
-
-
.gitignore
-
README.md
-
eslint.config.js
-
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)
