DEV Community

Discussion on: SPAs: Have Your Cache And Eat It Too

 
chipit24 profile image
Robert Komaromi • Edited

I agree, no need to use no-store here as long as your server implements validation via etag or last-modified. Dev.to, for example, sets the following headers:

cache-control: public, no-cache
etag: W/"495a374b731c7d2a6d8758814988907f"
Enter fullscreen mode Exit fullscreen mode