All Projects → FormidableLabs → urql-devtools-exchange

FormidableLabs / urql-devtools-exchange

Licence: MIT License
The exchange for usage with Urql Devtools

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to urql-devtools-exchange

Virtual Authenticators Tab
Debug webauthn with a chrome extension that adds a virtual authenticators tab to devtools
Stars: ✭ 95 (+171.43%)
Mutual labels:  extension, devtools
Vue Perf Devtool
Vue Performance Devtool is a browser extension for inspecting the performance of Vue Components.
Stars: ✭ 510 (+1357.14%)
Mutual labels:  extension, devtools
Service Worker Detector
This extension detects if a website registers a Service Worker.
Stars: ✭ 124 (+254.29%)
Mutual labels:  extension, devtools
San Devtools
Browser developer tools extension for debugging San.
Stars: ✭ 51 (+45.71%)
Mutual labels:  extension, devtools
Redux Devtools Extension
Redux DevTools extension.
Stars: ✭ 13,236 (+37717.14%)
Mutual labels:  extension, devtools
preact-urql
Preact bindings for urql
Stars: ✭ 28 (-20%)
Mutual labels:  urql
BitView
A crypto portfolio written in Flutter. It supports Binance, Bittrex, HitBTC, Coinbase, Coinbase Pro and Mercatox
Stars: ✭ 50 (+42.86%)
Mutual labels:  exchange
python-viabtc-api
API Wrapper for ViaBTC exchange server
Stars: ✭ 39 (+11.43%)
Mutual labels:  exchange
vscode-react-javascript-snippets
Extension for React/Javascript snippets with search supporting ES7+ and babel features
Stars: ✭ 782 (+2134.29%)
Mutual labels:  extension
ccapi
A header-only C++ library for interacting with crypto exchanges. Binding for Python is provided. A spot market making application is also provided as an end-to-end solution for liquidity providers.
Stars: ✭ 227 (+548.57%)
Mutual labels:  exchange
pentadactyl-pm
Pentadactyl for Pale Moon | New official repo is here https://github.com/pentadactyl/pentadactyl
Stars: ✭ 26 (-25.71%)
Mutual labels:  extension
sapling
Sapling - A convenient way to traverse your React app in VS Code
Stars: ✭ 440 (+1157.14%)
Mutual labels:  devtools
vscode-appwrite
Appwrite extension for Visual Studio Code
Stars: ✭ 30 (-14.29%)
Mutual labels:  extension
badgee
Browser Console Improved
Stars: ✭ 26 (-25.71%)
Mutual labels:  devtools
How to write cuda extensions in pytorch
How to write cuda kernels or c functions in pytorch, especially for former caffe users.
Stars: ✭ 51 (+45.71%)
Mutual labels:  extension
cotizacion
Portal to find current exchange rates in Paraguay
Stars: ✭ 11 (-68.57%)
Mutual labels:  exchange
debug.js
Debugger of JavaScript, by JavaScript, for JavaScript
Stars: ✭ 19 (-45.71%)
Mutual labels:  devtools
InAppDevTools
Android library with a collection of tools for debugging, inspecting and reporting from within your own app
Stars: ✭ 26 (-25.71%)
Mutual labels:  devtools
trueChart-Menubar4Sense
MENUBAR as visualization extension for Qlik Sense® allows for vertical and horizontal buttons and selections (fields, master dimensions and variables) as well as unlimited trigger based Actions. #trueChart #menubar #highcoordination
Stars: ✭ 19 (-45.71%)
Mutual labels:  extension
quickwiki
🌐 A Google Chrome extension that allows users to preview articles on Wikipedia and other wikis.
Stars: ✭ 18 (-48.57%)
Mutual labels:  extension
logo

Urql Devtools Exchange

The official devtools exchange for use with the Urql Devtools browser extension

CircleCI Build Status NPM Release Spectrum badge Licence MIT

About

A first-party exchange for urql which interfaces with the Urql Devtools browser extension.

Usage

Install this package

# npm
npm i @urql/devtools

# yarn
yarn add @urql/devtools

Add the exchange to your urql client

import { createClient, defaultExchanges } from 'urql';
import { devtoolsExchange } from '@urql/devtools';

const client = createClient({
  url: 'http://localhost:3001/graphql',
  exchanges: [devtoolsExchange, ...defaultExchanges],
});

Note: we recommended putting this exchange before all other exchanges (as demonstrated above)

Contributing

Have experience working with devtools extensions or want to get involved? Check out our contributing docs to get started.

Maintenance Status

Active: Formidable is actively working on this project, and we expect to continue for work for the foreseeable future. Bug reports, feature requests and pull requests are welcome.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].