Skip to content

Commit 453015c

Browse files
committed
Update docs
1 parent 5bd78e9 commit 453015c

File tree

5 files changed

+1254
-1254
lines changed

5 files changed

+1254
-1254
lines changed

flows-advanced-topics/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1654,7 +1654,7 @@ <h1>Flows - advanced topics</h1>
16541654
and memory leaks... oh my!</p>
16551655
<h3 id="reactive-context">Reactive context<a class="headerlink" href="#reactive-context" title="Permanent link">&para;</a></h3>
16561656
<p>To know if a thing has changed, you have to remember what it was.
1657-
To propagate change from one identity to the another, you have to remember their relationship (a <a href="https://clojuredocs.org/clojure.core/add-watch"><code>watchable</code></a>).
1657+
To propagate change from one identity to another, you have to remember their relationship (a <a href="https://clojuredocs.org/clojure.core/add-watch"><code>watchable</code></a>).
16581658
Memory is state. Remembering is a side-effect.</p>
16591659
<p>Reagent does this. Its main constructs - <em>reactive atom</em>, and <em>component</em> - are stateful, impure.
16601660
We depend on this memory. It abstracts the essential complexity of reactive programming.</p>

0 commit comments

Comments
 (0)