|
|
|
|
|
by theK
239 days ago
|
|
> When someone’s standing in front of a potential buyer trying to look professional, a slow-loading app isn’t just an annoyance. It’s a liability. I've been there myself as a Dev and later on as a manager. You have to really watch out not getting locked into local minima here. In most cases its not bundle size that wins this but engineering an app that can gracefully work offline, either by having the user manually pre-load data or by falling back to good caches. |
|
Some of the most challenging code that I write, is about caches.
Writing good cache support is hard.