repos / starfx

a micro-mvc framework for react apps
git clone https://github.com/neurosnap/starfx.git

commit
d6901bc
parent
12f0fb8
author
Eric Bower
date
2025-07-12 09:55:13 -0400 EDT
docs: `stale-while-revalidate` messaging
1 files changed,  +4, -1
M docs/posts/learn.md
+4, -1
 1@@ -75,7 +75,10 @@ We highly recommend reading the
 2 [Thinking in Effection](https://frontside.com/effection/docs/thinking-in-effection)
 3 page because it should help here.
 4 
 5-# Data strategy: preload then refresh
 6+# Data loading strategy: `stale-while-revalidate`
 7+
 8+The idea comes from HTTP caching mechanisms:
 9+[`stale-while-revalidate`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Cache-Control#stale-while-revalidate)
10 
11 The idea is simple:
12