|
|
|
|
|
by bsbechtel
2708 days ago
|
|
I recently did a POC for my company on a mature Angular project to see what it would take to switch over to the Apollo stack. I ended up reducing LOC by 50%, adding caching, full offline support, and optimistic UI. I’m convinced if we had used the Apollo stack at the start of the project, our front end resource requirements might’ve been 30-40% less for the project. The things the Apollo team have done are really making a big impact on engineering teams that adopt their tools. |
|
One of them that I haven't been able to really solve till now is around cache invalidation / removing deleted items from cache.
How have you been finding Apollo around that area?