mirror of
https://github.com/status-im/re-frame.git
synced 2025-02-23 15:28:09 +00:00
Better Table Of Contents
This commit is contained in:
parent
a511874691
commit
22187ba6ea
@ -1,12 +1,3 @@
|
||||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
## Table Of Contents
|
||||
|
||||
- [Simpler Apps](#simpler-apps)
|
||||
- [There's A Small Gotcha](#theres-a-small-gotcha)
|
||||
- [Larger Apps](#larger-apps)
|
||||
|
||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||
|
||||
## Simpler Apps
|
||||
|
||||
@ -73,3 +64,8 @@ Continue to [Navigation](Navigation.md) to learn how to switch between panels of
|
||||
Previous: [Correcting a wrong](SubscriptionsCleanup.md)
|
||||
Up: [Index](README.md)
|
||||
Next: [Navigation](Navigation.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 -->
|
||||
|
@ -11,10 +11,9 @@ enough to start coding by yourself.
|
||||
|
||||
In this tutorial, **we'll look at re-frame code**.
|
||||
|
||||
|
||||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
## Table Of Contents
|
||||
### Table Of Contents
|
||||
|
||||
- [What Code?](#what-code)
|
||||
- [What Does It Do?](#what-does-it-do)
|
||||
|
@ -7,7 +7,7 @@ to manage them in tests.
|
||||
|
||||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
## Table Of Contents
|
||||
### Table Of Contents
|
||||
|
||||
- [What Are They?](#what-are-they)
|
||||
- [An Example](#an-example)
|
||||
|
@ -5,7 +5,7 @@ Yes, a surprising claim.
|
||||
|
||||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
## Table Of Contents
|
||||
### Table Of Contents
|
||||
|
||||
- [Events Happen](#events-happen)
|
||||
- [Handling The Happening](#handling-the-happening)
|
||||
|
@ -12,7 +12,7 @@ make side effects a noop in event replays.
|
||||
|
||||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
## Table Of Contents
|
||||
### Table Of Contents
|
||||
|
||||
- [Where Effects Come From](#where-effects-come-from)
|
||||
- [The Effects Map](#the-effects-map)
|
||||
|
@ -1,6 +1,6 @@
|
||||
## Event Handling Infographics
|
||||
|
||||
Three diagrams are provided:
|
||||
Three diagrams are provided below:
|
||||
- a beginner's romp
|
||||
- an intermediate schematic depiction
|
||||
- an advanced, full detail rendering
|
||||
|
Loading…
x
Reference in New Issue
Block a user