We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59b6d28 commit 26cacc5Copy full SHA for 26cacc5
docs/api-builtin-effects.md
@@ -21,6 +21,7 @@ Will the `:dispatch` effect be actioned before `:http`, and what about `:db`?
21
22
!!! tip "From v1.1.0 onwards"
23
two things changed:
24
+
25
- re-frame guarantees that the `:db` effect will be actioned first, if present. But there remains no guarantee for other effects.
26
- a new effect, called `:fx`, is added. It allows you to specify an ordered sequence of effects.
27
0 commit comments