Add new FAQ entry

This commit is contained in:
Mike Thompson 2017-07-22 00:34:09 +10:00
parent c9688e16e9
commit 178bd806f3
2 changed files with 17 additions and 0 deletions

View File

@ -1,6 +1,7 @@
## Frequently Asked Questions
1. [How can I Inspect app-db?](Inspecting-app-db.md)
2. [How long after I do a dispatch does the event get handled?](When-Does-Dispatch-Happen.md)
2. [How can I use a subscription in an Event Handler](UseASubscriptionInAnEventHandler.md)
2. [How do I use logging method X](Logging.md)
3. [Dispatched Events Are Null](Null-Dispatched-Events.md)

View File

@ -0,0 +1,16 @@
### Question
How long after I call `dispatch` will the event be processed?
### Answer
The answer is "it depends", but [this comment in the code](https://github.com/Day8/re-frame/blob/master/src/re_frame/router.cljc#L8-L60)
might give you the answers you want.
Up: [FAQ Index](README.md)      
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
<!-- END doctoc generated TOC please keep comment here to allow auto update -->