|
|
|
|
|
by cheema33
7 days ago
|
|
> AKA what Relay does out of the box haha... Relay does optimistic updates well. However, frustratingly, Relay does not do any persistent caching to disk, like Linear does. This means, first page load will always have to fetch data from the server. |
|
But I’ve only done that in toy examples not prod, I’m sure there’s something I’m missing haha