Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kimo-k committed Mar 14, 2024
1 parent 0da24f2 commit d92237e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/flows-advanced-topics.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ and memory leaks... oh my!
### Reactive context

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 [`watchable`](https://clojuredocs.org/clojure.core/add-watch)).
To propagate change from one identity to another, you have to remember their relationship (a [`watchable`](https://clojuredocs.org/clojure.core/add-watch)).
Memory is state. Remembering is a side-effect.

Reagent does this. Its main constructs - *reactive atom*, and *component* - are stateful, impure.
Expand Down

0 comments on commit d92237e

Please sign in to comment.