+3
-3
examples/with-apq/README.md
+3
-3
examples/with-apq/README.md
···-- The `persistedFetchExchange` from `@urql/exchange-persisted-fetch` in [`src/App.js`](src/App.js)+- The `persistedFetchExchange` from `@urql/exchange-persisted-fetch` in [`src/App.jsx`](src/App.jsx)
+27
examples/with-apq/index.html
+27
examples/with-apq/index.html
···
+5
-19
examples/with-apq/package.json
+5
-19
examples/with-apq/package.json
······
+5
-4
examples/with-apq/src/App.js
examples/with-apq/src/App.jsx
+5
-4
examples/with-apq/src/App.js
examples/with-apq/src/App.jsx
···
-13
examples/with-apq/src/index.css
-13
examples/with-apq/src/index.css
···
+3
-4
examples/with-apq/src/index.js
examples/with-apq/src/index.jsx
+3
-4
examples/with-apq/src/index.js
examples/with-apq/src/index.jsx
···
+7
-4
examples/with-apq/src/pages/LocationsList.js
examples/with-apq/src/LocationsList.jsx
+7
-4
examples/with-apq/src/pages/LocationsList.js
examples/with-apq/src/LocationsList.jsx
·········
+7
examples/with-apq/vite.config.js
+7
examples/with-apq/vite.config.js
+27
examples/with-graphcache-pagination/index.html
+27
examples/with-graphcache-pagination/index.html
···
+5
-19
examples/with-graphcache-pagination/package.json
+5
-19
examples/with-graphcache-pagination/package.json
······
+6
-5
examples/with-graphcache-pagination/src/App.js
examples/with-graphcache-pagination/src/App.jsx
+6
-5
examples/with-graphcache-pagination/src/App.js
examples/with-graphcache-pagination/src/App.jsx
······
-13
examples/with-graphcache-pagination/src/index.css
-13
examples/with-graphcache-pagination/src/index.css
···
+3
-4
examples/with-graphcache-pagination/src/index.js
examples/with-graphcache-pagination/src/index.jsx
+3
-4
examples/with-graphcache-pagination/src/index.js
examples/with-graphcache-pagination/src/index.jsx
···
+9
-8
examples/with-graphcache-pagination/src/pages/PaginatedNpmSearch.js
examples/with-graphcache-pagination/src/PaginatedNpmSearch.jsx
+9
-8
examples/with-graphcache-pagination/src/pages/PaginatedNpmSearch.js
examples/with-graphcache-pagination/src/PaginatedNpmSearch.jsx
·········
+7
examples/with-graphcache-pagination/vite.config.js
+7
examples/with-graphcache-pagination/vite.config.js
+3
-3
examples/with-graphcache-updates/README.md
+3
-3
examples/with-graphcache-updates/README.md
···-- The `urql` bindings and a React app with a client set up in [`src/client/index.js`](src/client/index.js)-- The `cacheExchange` from `@urql/exchange-graphcache` in [`src/client/index.js`](src/client/index.js)
+27
examples/with-graphcache-updates/index.html
+27
examples/with-graphcache-updates/index.html
···
+5
-19
examples/with-graphcache-updates/package.json
+5
-19
examples/with-graphcache-updates/package.json
······
-14
examples/with-graphcache-updates/src/App.js
-14
examples/with-graphcache-updates/src/App.js
+33
examples/with-graphcache-updates/src/App.jsx
+33
examples/with-graphcache-updates/src/App.jsx
···
examples/with-graphcache-updates/src/client/index.js
examples/with-graphcache-updates/src/client.js
examples/with-graphcache-updates/src/client/index.js
examples/with-graphcache-updates/src/client.js
-13
examples/with-graphcache-updates/src/index.css
-13
examples/with-graphcache-updates/src/index.css
···
+3
-4
examples/with-graphcache-updates/src/index.js
examples/with-graphcache-updates/src/index.jsx
+3
-4
examples/with-graphcache-updates/src/index.js
examples/with-graphcache-updates/src/index.jsx
···
-27
examples/with-graphcache-updates/src/pages/Home.js
-27
examples/with-graphcache-updates/src/pages/Home.js
···
-74
examples/with-graphcache-updates/src/pages/Links.js
-74
examples/with-graphcache-updates/src/pages/Links.js
···
+77
examples/with-graphcache-updates/src/pages/Links.jsx
+77
examples/with-graphcache-updates/src/pages/Links.jsx
···
-57
examples/with-graphcache-updates/src/pages/LoginForm.js
-57
examples/with-graphcache-updates/src/pages/LoginForm.js
···
+101
examples/with-graphcache-updates/src/pages/LoginForm.jsx
+101
examples/with-graphcache-updates/src/pages/LoginForm.jsx
···
+7
examples/with-graphcache-updates/vite.config.js
+7
examples/with-graphcache-updates/vite.config.js
+3
-3
examples/with-multipart/README.md
+3
-3
examples/with-multipart/README.md
···-- The `multipartFetchExchange` from `@urql/exchange-multipart-fetch` in [`src/App.js`](src/App.js)+- The `multipartFetchExchange` from `@urql/exchange-multipart-fetch` in [`src/App.jsx`](src/App.jsx)
+27
examples/with-multipart/index.html
+27
examples/with-multipart/index.html
···
+5
-19
examples/with-multipart/package.json
+5
-19
examples/with-multipart/package.json
······
-20
examples/with-multipart/src/App.js
-20
examples/with-multipart/src/App.js
···
+20
examples/with-multipart/src/App.jsx
+20
examples/with-multipart/src/App.jsx
···
-13
examples/with-multipart/src/index.css
-13
examples/with-multipart/src/index.css
···
+3
-4
examples/with-multipart/src/index.js
examples/with-multipart/src/index.jsx
+3
-4
examples/with-multipart/src/index.js
examples/with-multipart/src/index.jsx
···
+8
-10
examples/with-multipart/src/pages/FileUpload.js
examples/with-multipart/src/FileUpload.jsx
+8
-10
examples/with-multipart/src/pages/FileUpload.js
examples/with-multipart/src/FileUpload.jsx
·········
+7
examples/with-multipart/vite.config.js
+7
examples/with-multipart/vite.config.js
+2
-2
examples/with-next/pages/_app.js
+2
-2
examples/with-next/pages/_app.js
···
+4
-7
examples/with-next/pages/index.js
+4
-7
examples/with-next/pages/index.js
·········
+12
-9
examples/with-next/pages/server.js
+12
-9
examples/with-next/pages/server.js
············
+12
-9
examples/with-next/pages/static.js
+12
-9
examples/with-next/pages/static.js
············
+3
-3
examples/with-pagination/README.md
+3
-3
examples/with-pagination/README.md
···-- A managing component called `PaginatedNpmSearch` set up to render all pages in [`src/PaginatedNpmSearch.js`](src/PaginatedNpmSearch.js)-- A page component called `SearchResultPage` running page queries in [`src/PaginatedNpmSearch.js`](src/PaginatedNpmSearch.js)+- A managing component called `PaginatedNpmSearch` set up to render all pages in [`src/PaginatedNpmSearch.jss`](src/PaginatedNpmSearch.jsx)+- A page component called `SearchResultPage` running page queries in [`src/PaginatedNpmSearch.jsx`](src/PaginatedNpmSearch.jsx)
+27
examples/with-pagination/index.html
+27
examples/with-pagination/index.html
···
+5
-19
examples/with-pagination/package.json
+5
-19
examples/with-pagination/package.json
······
-17
examples/with-pagination/src/App.js
-17
examples/with-pagination/src/App.js
···
+18
examples/with-pagination/src/App.jsx
+18
examples/with-pagination/src/App.jsx
···
-13
examples/with-pagination/src/index.css
-13
examples/with-pagination/src/index.css
···
+3
-4
examples/with-pagination/src/index.js
examples/with-pagination/src/index.jsx
+3
-4
examples/with-pagination/src/index.js
examples/with-pagination/src/index.jsx
···
+19
-15
examples/with-pagination/src/pages/PaginatedNpmSearch.js
examples/with-pagination/src/PaginatedNpmSearch.jsx
+19
-15
examples/with-pagination/src/pages/PaginatedNpmSearch.js
examples/with-pagination/src/PaginatedNpmSearch.jsx
············
+7
examples/with-pagination/vite.config.js
+7
examples/with-pagination/vite.config.js
+2
-2
examples/with-react/README.md
+2
-2
examples/with-react/README.md
···
+27
examples/with-react/index.html
+27
examples/with-react/index.html
···
+5
-19
examples/with-react/package.json
+5
-19
examples/with-react/package.json
······
-17
examples/with-react/src/App.js
-17
examples/with-react/src/App.js
···
+18
examples/with-react/src/App.jsx
+18
examples/with-react/src/App.jsx
···
-13
examples/with-react/src/index.css
-13
examples/with-react/src/index.css
···
+3
-4
examples/with-react/src/index.js
examples/with-react/src/index.jsx
+3
-4
examples/with-react/src/index.js
examples/with-react/src/index.jsx
···
+3
-3
examples/with-react/src/pages/PokemonList.js
examples/with-react/src/PokemonList.jsx
+3
-3
examples/with-react/src/pages/PokemonList.js
examples/with-react/src/PokemonList.jsx
······
+7
examples/with-react/vite.config.js
+7
examples/with-react/vite.config.js
+5
-5
examples/with-refresh-auth/README.md
+5
-5
examples/with-refresh-auth/README.md
···-- Some authentication glue code to store the tokens in [`src/auth/Store.js`](src/auth/Store.js)-- The `Client` and the `authExchange` from `@urql/exchange-auth` set up in [`src/client/index.js`](src/client/index.js)+- The `Client` and the `authExchange` from `@urql/exchange-auth` set up in [`src/client.js`](src/client.js)
+27
examples/with-refresh-auth/index.html
+27
examples/with-refresh-auth/index.html
···
+5
-19
examples/with-refresh-auth/package.json
+5
-19
examples/with-refresh-auth/package.json
······
-15
examples/with-refresh-auth/src/App.js
-15
examples/with-refresh-auth/src/App.js
+39
examples/with-refresh-auth/src/App.jsx
+39
examples/with-refresh-auth/src/App.jsx
···
examples/with-refresh-auth/src/auth/Store.js
examples/with-refresh-auth/src/authStore.js
examples/with-refresh-auth/src/auth/Store.js
examples/with-refresh-auth/src/authStore.js
+116
examples/with-refresh-auth/src/client.js
+116
examples/with-refresh-auth/src/client.js
···
-112
examples/with-refresh-auth/src/client/index.js
-112
examples/with-refresh-auth/src/client/index.js
···
-13
examples/with-refresh-auth/src/index.css
-13
examples/with-refresh-auth/src/index.css
···
+3
-4
examples/with-refresh-auth/src/index.js
examples/with-refresh-auth/src/index.jsx
+3
-4
examples/with-refresh-auth/src/index.js
examples/with-refresh-auth/src/index.jsx
···
-28
examples/with-refresh-auth/src/pages/Home.js
-28
examples/with-refresh-auth/src/pages/Home.js
···
-57
examples/with-refresh-auth/src/pages/LoginForm.js
-57
examples/with-refresh-auth/src/pages/LoginForm.js
···
+101
examples/with-refresh-auth/src/pages/LoginForm.jsx
+101
examples/with-refresh-auth/src/pages/LoginForm.jsx
···
examples/with-refresh-auth/src/pages/Profile.js
examples/with-refresh-auth/src/pages/Profile.jsx
examples/with-refresh-auth/src/pages/Profile.js
examples/with-refresh-auth/src/pages/Profile.jsx
+7
examples/with-refresh-auth/vite.config.js
+7
examples/with-refresh-auth/vite.config.js
+3
-3
examples/with-retry/README.md
+3
-3
examples/with-retry/README.md
···
+27
examples/with-retry/index.html
+27
examples/with-retry/index.html
···
+5
-19
examples/with-retry/package.json
+5
-19
examples/with-retry/package.json
······
-29
examples/with-retry/src/App.js
-29
examples/with-retry/src/App.js
···
+32
examples/with-retry/src/App.jsx
+32
examples/with-retry/src/App.jsx
···
-13
examples/with-retry/src/index.css
-13
examples/with-retry/src/index.css
···
+3
-3
examples/with-retry/src/index.js
examples/with-retry/src/index.jsx
+3
-3
examples/with-retry/src/index.js
examples/with-retry/src/index.jsx
+7
-4
examples/with-retry/src/pages/Color.js
examples/with-retry/src/Color.jsx
+7
-4
examples/with-retry/src/pages/Color.js
examples/with-retry/src/Color.jsx
······-<p>We retried {result.operation.context.retryCount} times to get a result without an error.</p>
+7
examples/with-retry/vite.config.js
+7
examples/with-retry/vite.config.js
+1
-2
examples/with-svelte/index.html
+1
-2
examples/with-svelte/index.html
···
+2
-2
examples/with-svelte/src/main.js
+2
-2
examples/with-svelte/src/main.js
+4
-4
examples/with-svelte/vite.config.js
+4
-4
examples/with-svelte/vite.config.js
···
-1
examples/with-vue3/index.html
-1
examples/with-vue3/index.html
+3
-3
examples/with-vue3/src/main.js
+3
-3
examples/with-vue3/src/main.js
+4
-4
examples/with-vue3/vite.config.js
+4
-4
examples/with-vue3/vite.config.js
+4
-1
package.json
+4
-1
package.json
+16
-2
scripts/eslint/common.js
+16
-2
scripts/eslint/common.js
······