from Hacker News

Show HN: Redux-cache

by patrickgordon on 8/22/17, 10:34 PM with 2 comments

  • by tarr11 on 8/23/17, 5:56 PM

    If the API supports ETags / Conditional GET, I think that would be a much simpler solution.

    Just request the same call again from the server and you'll receive a 304 if it hasn't been updated.

    No new code needed.