Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
README.md

URQL with Solid#

This example demonstrates how to use URQL with Solid.js.

Features#

  • Basic query with createQuery
  • Client setup with Provider
  • Suspense integration

Getting Started#

pnpm install
pnpm start

Then open http://localhost:5173 in your browser.

What's Inside#

  • src/App.jsx - Sets up the URQL client and provider
  • src/PokemonList.jsx - Demonstrates createQuery with Suspense

Learn More#