···352352or are built to make certain tasks easier.
353353354354- [`@urql/devtools`](https://github.com/FormidableLabs/urql-devtools): A Chrome extension for monitoring and debugging
355355-- [`@urql/exchange-graphcache`](https://github.com/FormidableLabs/urql-exchange-graphcache): A full normalized cache implementation
355355+- [`@urql/exchange-graphcache`](https://github.com/FormidableLabs/urql/tree/master/exchanges/graphcache): A full normalized cache implementation
356356- [`@urql/exchange-suspense`](https://github.com/FormidableLabs/urql-exchange-suspense): An experimental exchange for using `<React.Suspense>`
357357- [`next-urql`](https://github.com/FormidableLabs/next-urql): Helpers for adding `urql` to [Next.js](https://github.com/zeit/next.js/) with SSR support
358358- [`reason-urql`](https://github.com/FormidableLabs/reason-urql): Reason bindings for `urql`
359359- [`urql-persisted-queries`](https://github.com/Daniel15/urql-persisted-queries): An exchange for adding persisted query support
360360-- [`@urql/preact`](https://github.com/JoviDeCroock/preact-urql): Preact implementation of urql hooks and components
360360+- [`@urql/preact`](https://github.com/FormidableLabs/urql/tree/master/packages/preact-urql): Preact implementation of urql hooks and components
361361362362[You can find the full list of exchanges in the docs.](./docs/exchanges.md)
363363