mirror of
https://github.com/status-im/re-frame.git
synced 2025-02-23 23:38:11 +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
|
## 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)
|
Previous: [Correcting a wrong](SubscriptionsCleanup.md)
|
||||||
Up: [Index](README.md)
|
Up: [Index](README.md)
|
||||||
Next: [Navigation](Navigation.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**.
|
In this tutorial, **we'll look at re-frame code**.
|
||||||
|
|
||||||
|
|
||||||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||||
## Table Of Contents
|
### Table Of Contents
|
||||||
|
|
||||||
- [What Code?](#what-code)
|
- [What Code?](#what-code)
|
||||||
- [What Does It Do?](#what-does-it-do)
|
- [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 -->
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||||
## Table Of Contents
|
### Table Of Contents
|
||||||
|
|
||||||
- [What Are They?](#what-are-they)
|
- [What Are They?](#what-are-they)
|
||||||
- [An Example](#an-example)
|
- [An Example](#an-example)
|
||||||
|
@ -5,7 +5,7 @@ Yes, a surprising claim.
|
|||||||
|
|
||||||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||||
## Table Of Contents
|
### Table Of Contents
|
||||||
|
|
||||||
- [Events Happen](#events-happen)
|
- [Events Happen](#events-happen)
|
||||||
- [Handling The Happening](#handling-the-happening)
|
- [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 -->
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO 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)
|
- [Where Effects Come From](#where-effects-come-from)
|
||||||
- [The Effects Map](#the-effects-map)
|
- [The Effects Map](#the-effects-map)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
## Event Handling Infographics
|
## Event Handling Infographics
|
||||||
|
|
||||||
Three diagrams are provided:
|
Three diagrams are provided below:
|
||||||
- a beginner's romp
|
- a beginner's romp
|
||||||
- an intermediate schematic depiction
|
- an intermediate schematic depiction
|
||||||
- an advanced, full detail rendering
|
- an advanced, full detail rendering
|
||||||
|
Loading…
x
Reference in New Issue
Block a user