Skip to content

Commit d7f6047

Browse files
committed
TOC to README
1 parent 63b3eb5 commit d7f6047

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,29 @@ A Monadic Reactive State Container for React Components
99
npm install react-most --save
1010
```
1111

12+
<!-- TOC depthFrom:1 depthTo:6 withLinks:1 updateOnSave:1 orderedList:0 -->
13+
14+
- [React Most](#react-most)
15+
- [What](#what)
16+
- [Why not (just using existing state container e.g.) redux](#why-not-just-using-existing-state-container-eg-redux)
17+
- [Why indeed?](#why-indeed)
18+
- [Pure Functional, Declarative & Monadic](#pure-functional-declarative-monadic)
19+
- [Composable and Reusable Sinks](#composable-and-reusable-sinks)
20+
- [Transducers support](#transducers-support)
21+
- [Time Travel](#time-travel)
22+
- [Modular and Easy to Extend](#modular-and-easy-to-extend)
23+
- [How](#how)
24+
- [1. Component Wrapper](#1-component-wrapper)
25+
- [2. Define How to connect Component and Streams](#2-define-how-to-connect-component-and-streams)
26+
- [2.1. transform intent stream to state mapper stream](#21-transform-intent-stream-to-state-mapper-stream)
27+
- [2.2. define action mapper that can be use to added intent to your Intent Stream.](#22-define-action-mapper-that-can-be-use-to-added-intent-to-your-intent-stream)
28+
- [3. Use the actions](#3-use-the-actions)
29+
- [[More Examples](./examples)](#more-examplesexamples)
30+
- [Performance](#performance)
31+
- [Thanks to...](#thanks-to)
32+
33+
<!-- /TOC -->
34+
1235
## What
1336
`most.js` is very high performance Monadic reactive streams lib. Rich User Interaction App is natively fit Reactive Programming pretty well.
1437

0 commit comments

Comments
 (0)