Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 2, 2023
1 parent 223670c commit 56b737a
Show file tree
Hide file tree
Showing 5 changed files with 1,259 additions and 1,259 deletions.
2 changes: 1 addition & 1 deletion Flows/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2499,7 +2499,7 @@ <h3 id="statefulness">Statefulness<a class="headerlink" href="#statefulness" tit
<blockquote>
<p>An event fires. A subscription runs. An outer component passes new props to an inner one. A reaction runs. Another reaction runs. A component unmounts. That subscription disposes, clearing its cache.</p>
</blockquote>
<p>Sound familiar?</p>
<p>Sound <a href="https://github.com/day8/re-frame/discussions/776">familiar</a>?</p>
<blockquote>
<p>Then, the same event fires. Another component mounts. The same subscription runs. Its calculation is heavy, so your app lags every time.
"Wait," you ask, "what happened to the cache? Why is my subscription recalculating when its inputs are the same?"
Expand Down
Loading

0 comments on commit 56b737a

Please # to comment.