Docs
CodeRabbit
Cloudflare
AG Grid
Netlify
Neon
WorkOS
Clerk
Convex
Electric
PowerSync
Sentry
Prisma
Strapi
Unkey
UI.dev
CodeRabbit
Cloudflare
AG Grid
Netlify
Neon
WorkOS
Clerk
Convex
Electric
PowerSync
Sentry
Prisma
Strapi
Unkey
UI.dev

React Example: React Router

jsx
import * as React from 'react'

export default function Index() {
  return (
    <p id="zero-state">
      This is a demo for integrating React Router with React Query.
      <br />
      Check out{' '}
      <a href="https://reactrouter.com/">
        the docs at reactrouter.com
      </a> and{' '}
      <a href="https://tanstack.com/query/v4/docs/overview">
        the docs at tanstack.com
      </a>
      .
    </p>
  )
}
import * as React from 'react'

export default function Index() {
  return (
    <p id="zero-state">
      This is a demo for integrating React Router with React Query.
      <br />
      Check out{' '}
      <a href="https://reactrouter.com/">
        the docs at reactrouter.com
      </a> and{' '}
      <a href="https://tanstack.com/query/v4/docs/overview">
        the docs at tanstack.com
      </a>
      .
    </p>
  )
}