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 providersrc/PokemonList.jsx- DemonstratescreateQuerywith Suspense