Hacker News new | ask | show | jobs
by PhineasRex 2887 days ago
You can implement cache ttls with an Apollo link. See https://github.com/kamilkisiela/apollo-link-maxage for an example.
1 comments

Nice, I tried to hand roll something like this using link-state and my own renders but it didn't work well for me. I'll definitely check this out.