Back to Urql

URQL with Solid

examples/with-solid/README.md

1.8.2604 B
Original Source

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

bash
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