You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/flows-advanced-topics.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ and memory leaks... oh my!
58
58
### Reactive context
59
59
60
60
To know if a thing has changed, you have to remember what it was.
61
-
To propagate change from one identity to the another, you have to remember their relationship (a [`watchable`](https://clojuredocs.org/clojure.core/add-watch)).
61
+
To propagate change from one identity to another, you have to remember their relationship (a [`watchable`](https://clojuredocs.org/clojure.core/add-watch)).
62
62
Memory is state. Remembering is a side-effect.
63
63
64
64
Reagent does this. Its main constructs - *reactive atom*, and *component* - are stateful, impure.
0 commit comments