mirror of
https://github.com/status-im/re-frame.git
synced 2025-02-22 06:48:08 +00:00
Merge pull request #256 from kana-sama/patch-1
Fix links for builtin effect handlers
This commit is contained in:
commit
c66366425c
@ -23,11 +23,11 @@ make side effects a noop in event replays.
|
||||
* [Effects With No Data](#effects-with-no-data)
|
||||
* [Testing And Noops](#testing-and-noops)
|
||||
* [Builtin Effect Handlers](#builtin-effect-handlers)
|
||||
+ [:dispatch-later](#-dispatch-later)
|
||||
+ [:dispatch](#-dispatch)
|
||||
+ [:dispatch-n](#-dispatch-n)
|
||||
+ [:deregister-event-handler](#-deregister-event-handler)
|
||||
+ [:db](#-db)
|
||||
+ [:dispatch-later](#dispatch-later)
|
||||
+ [:dispatch](#dispatch)
|
||||
+ [:dispatch-n](#dispatch-n)
|
||||
+ [:deregister-event-handler](#deregister-event-handler)
|
||||
+ [:db](#db)
|
||||
|
||||
### Where Effects Come From
|
||||
|
||||
|
@ -112,7 +112,7 @@
|
||||
;; Is this a good idea?
|
||||
;; If it is a good idea, is this good syntax?
|
||||
;; Because it is so common to nominate 1 or more input signals,
|
||||
;; register-pure-sub provides some macro sugar so you can nominate a very minimal
|
||||
;; reg-sub provides some macro sugar so you can nominate a very minimal
|
||||
;; vector of input signals. The 1st function is not needed.
|
||||
;; Here is the example above rewritten using the sugar.
|
||||
#_(reg-sub
|
||||
|
Loading…
x
Reference in New Issue
Block a user