re-frame/docs/EventHandlingInfographic.md
Arne Brasseur f544cfa185 Update doc table of contents with latest doctoc (1.2.0)
It seems the version of doctoc that was used didn't correctly handle backticks
and trailing special characters in title names, e.g. it would generate

    [What Are They?](#what-are-they-)
    [`inject-cofx`](#-inject-cofx-)

Instead of what Github expects:

    [What Are They?](#what-are-they)
    [`inject-cofx`](#inject-cofx)
2017-02-01 13:43:42 +01:00

846 B

Table Of Contents

Event Handling Infographics

Three diagrams are provided below:

  • a beginner's romp
  • an intermediate schematic depiction
  • an advanced, full detail rendering

They should be reviewed in conjunction with the written tutorials.


Previous: Mental Model Omnibus       Up: Index       Next: Effectful Handlers