re-frame/docs/EventHandlingInfographic.md

15 lines
450 B
Markdown
Raw Normal View History

2016-12-14 13:13:01 +00:00
## An Infographic View Of Event Handling
Three diagrams are provided. The first is a beginners view,
the second is a useful schematic, and the third is accurate and detailed.
View them in conjunction with a reading of the written tutorials.
2016-12-14 13:17:42 +00:00
<img src="/images/event-handlers.png?raw=true">
2016-12-14 13:13:01 +00:00
***
Up: [Index](README.md)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Next: [Effectful Handlers](EffectfulHandlers.md)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;