mirror of
https://github.com/status-im/re-frame.git
synced 2025-02-22 14:58:12 +00:00
Merge pull request #271 from jsnikeris/patch-1
Minor documentation issue in Interceptors.md
This commit is contained in:
commit
0cb3fa2cdf
@ -310,7 +310,7 @@ Notes:
|
||||
and then calls the handler with that data (a handler must be called with `db` and `event`)
|
||||
2. Equally notice how this wrapping takes the return value from the `-db`
|
||||
handler and puts it into `context's` `:effect`
|
||||
3. The modified `context` (it has a new `:coeffect`) is returned
|
||||
3. The modified `context` (it has a new `:effect`) is returned
|
||||
3. This is all done in `:before`. There is no `:after` (it is a noop). But this
|
||||
could have been reversed with the work happening in `:after` and `:before` a noop. Shrug.
|
||||
Remember that this Interceptor will be on the end of a chain.
|
||||
|
Loading…
x
Reference in New Issue
Block a user