Fuad Salawati
Fuad Salawati
I have an application: ``` $ node src/app.js myapp~$ init --username fuads96 --password 12345678 App is ready. myapp/@fuads96~$ ``` The problem here is every time I change my source code,...
https://github.com/Swizec/useDimensions/blob/c0d1f429f5bd342ee5668e135739cc10f0f1a2cc/src/index.ts#L10 https://github.com/Swizec/useDimensions/blob/c0d1f429f5bd342ee5668e135739cc10f0f1a2cc/src/index.ts#L11
I think the `cache-and-network` strategy doesn't work properly and acts similar to `network-only`. **What To Expect** 1. apollo sends two queries to cache and network in parallel. 2. if doesn't...