Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update ecosystem urls

authored by

Jovi De Croock and committed by
GitHub
1076b9b9 3ff4ed49

+2 -2
+2 -2
README.md
··· 352 352 or are built to make certain tasks easier. 353 353 354 354 - [`@urql/devtools`](https://github.com/FormidableLabs/urql-devtools): A Chrome extension for monitoring and debugging 355 - - [`@urql/exchange-graphcache`](https://github.com/FormidableLabs/urql-exchange-graphcache): A full normalized cache implementation 355 + - [`@urql/exchange-graphcache`](https://github.com/FormidableLabs/urql/tree/master/exchanges/graphcache): A full normalized cache implementation 356 356 - [`@urql/exchange-suspense`](https://github.com/FormidableLabs/urql-exchange-suspense): An experimental exchange for using `<React.Suspense>` 357 357 - [`next-urql`](https://github.com/FormidableLabs/next-urql): Helpers for adding `urql` to [Next.js](https://github.com/zeit/next.js/) with SSR support 358 358 - [`reason-urql`](https://github.com/FormidableLabs/reason-urql): Reason bindings for `urql` 359 359 - [`urql-persisted-queries`](https://github.com/Daniel15/urql-persisted-queries): An exchange for adding persisted query support 360 - - [`@urql/preact`](https://github.com/JoviDeCroock/preact-urql): Preact implementation of urql hooks and components 360 + - [`@urql/preact`](https://github.com/FormidableLabs/urql/tree/master/packages/preact-urql): Preact implementation of urql hooks and components 361 361 362 362 [You can find the full list of exchanges in the docs.](./docs/exchanges.md) 363 363