re-frame/docs/FAQs/README.md

24 lines
1.2 KiB
Markdown
Raw Normal View History

2016-08-29 12:57:35 +00:00
## Frequently Asked Questions
1. [How can I Inspect app-db?](Inspecting-app-db.md)
2. [How do I do full-stack re-frame?](FullStackReframe.md)
2017-07-21 14:34:09 +00:00
2. [How long after I do a dispatch does the event get handled?](When-Does-Dispatch-Happen.md)
2017-01-06 23:33:01 +00:00
2. [How can I use a subscription in an Event Handler](UseASubscriptionInAnEventHandler.md)
2016-08-29 12:57:35 +00:00
2. [How do I use logging method X](Logging.md)
3. [Dispatched Events Are Null](Null-Dispatched-Events.md)
4. [Why is re-frame implemented in `.cljc` files](Why-CLJC.md)
5. [Why do we need to clear the subscription cache when reloading with Figwheel?](Why-Clear-Sub-Cache.md)
2016-12-06 22:57:20 +00:00
6. [How can I detect exceptions in Event Handlers?](CatchingEventExceptions.md)
7. [How do I store normalised data in app-db?](DB_Normalisation.md)
2017-08-05 05:30:13 +00:00
8. [How do I register a global interceptor](GlobalInterceptors.md)
2017-08-28 07:13:19 +00:00
9. [How do I turn on/off polling a database every 60 secs](PollADatabaseEvery60.md)
2016-08-29 12:57:35 +00:00
2016-12-06 22:57:20 +00:00
## Want To Add An FAQ?
2016-08-29 12:57:35 +00:00
We'd like that. Please supply a PR. Or just open an issue. Many Thanks!!
2016-12-18 12:45:35 +00:00
<!-- 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 -->