Hacker News new | ask | show | jobs
by nathancahill 3936 days ago
Interesting. I wonder how that plays with caching. Most caches ignore POST requests.
1 comments

You don't want to use the browser's cache here. You can cache the properties in a more granular way yourself. Relay will do that for you.
Yeah, I guess I was thinking more about the server side.