Basics
In this chapter we'll explain the basics of urql
and how to get started with using it without any
prior knowledge.
- React/Preact covers how to work with the bindings for React/Preact.
- Vue covers how to work with the bindings for Vue 3.
- Svelte covers how to work with the bindings for Svelte.
- Core Package defines why a shared package exists that contains the main
logic of
urql
, and how we can use it directly in Node.js.
After reading the page for your bindings and the "Core" page you may want to the next two pages in this section of the documentation:
- Document Caching explains the default cache mechanism of
urql
, as opposed to the opt-in Normalized Cache. - Errors contains information on error handling in
urql
.