|
|
|
|
|
by tcoff91
180 days ago
|
|
URQL has normalized caching and it works great! You opt into it by adopting their graphcache exchange. https://nearform.com/open-source/urql/docs/graphcache/ It also works great with fragments. And its exchange system is super powerful and flexible. I’ve even seen an offline-first sync engine built as a custom URQL exchange in a react native app. The frontend could be written as if the app always is online but it would handle offline capabilities within the exchange. |
|