🔎 Persisted Fetch and Refocus Exchanges
This release adds bindings for two additional ecosystem exchanges:
Added
- Bindings for
@urql/exchange-persisted-fetch
and@urql/exchange-refocus
were added. Consumers ofreason-urql
will need to install@urql/exchange-persisted-fetch
to callClient.Exchanges.persistedFetchExchange
and@urql/exchange-refocus
to callClient.Exchanges.refocusExchange
. PR by @parkerziegler here.