Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 14, 2024
1 parent 5bd78e9 commit 453015c
Show file tree
Hide file tree
Showing 5 changed files with 1,254 additions and 1,254 deletions.
2 changes: 1 addition & 1 deletion flows-advanced-topics/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1654,7 +1654,7 @@ <h1>Flows - advanced topics</h1>
and memory leaks... oh my!</p>
<h3 id="reactive-context">Reactive context<a class="headerlink" href="#reactive-context" title="Permanent link">&para;</a></h3>
<p>To know if a thing has changed, you have to remember what it was.
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>).
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>).
Memory is state. Remembering is a side-effect.</p>
<p>Reagent does this. Its main constructs - <em>reactive atom</em>, and <em>component</em> - are stateful, impure.
We depend on this memory. It abstracts the essential complexity of reactive programming.</p>
Expand Down
Loading

0 comments on commit 453015c

Please sign in to comment.