mirror of
https://github.com/status-im/re-frame.git
synced 2025-02-23 07:18:22 +00:00
Interceptors doc: add "event" to qualify handler
This change is only valid if I understood this correctly. A handler in this page is an event handler, right? BTW thanks for this fun and informative work on the docs.
This commit is contained in:
parent
b6c301b31c
commit
ee7c83e6da
@ -89,8 +89,8 @@ transforms a `request` in one direction, and, then in the backwards
|
||||
sweep, it progressively produces a `response`.
|
||||
|
||||
In re-frame, the forwards sweep progressively creates the `coeffects`
|
||||
(inputs to the handler), while the backwards sweep processes the `effects`
|
||||
(outputs from the handler).
|
||||
(inputs to the event handler), while the backwards sweep processes the `effects`
|
||||
(outputs from the event handler).
|
||||
|
||||
I'll pause while you read that sentence again. That's the key
|
||||
concept, right there.
|
||||
|
Loading…
x
Reference in New Issue
Block a user