Skip to content

Commit 0f0882f

Browse files
author
brucou
committed
chore(README): update
1 parent 2bfb400 commit 0f0882f

File tree

3 files changed

+36
-135
lines changed

3 files changed

+36
-135
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
![](https://img.shields.io/badge/license-MIT-blue.svg)
22

3+
**Table of Contents**
4+
<!-- Table of contents generated generated by http://tableofcontents.herokuapp.com/ -->
5+
- [Motivation](#motivation)
6+
- [Examples](#examples)
7+
- [Login gateway](#login-gateway)
8+
- [Nested routing](#nested-routing)
9+
- [Dynamically changing list of items](#dynamically-changing-list-of-items)
10+
- [Layouting](#layouting)
11+
- [Composing a app from components](#composing-a-app-from-components)
12+
- [Roadmaps](#roadmaps)
13+
- [Roadmap v0.4](#roadmap-v04)
14+
- [Demos](#demos)
15+
- [Example application](#example-application)
16+
- [State Machine](#state-machine)
17+
- [Switch](#switch)
18+
- [OnRoute](#onroute)
19+
- [ForEach and List](#foreach-and-list)
20+
- [Contribute](#contribute)
21+
- [Known issues](#known-issues)
22+
323
# Motivation
424
Around 18 months ago, while working on what is the largest cyclejs codebase I know of
525
(~20K lines of javascript), I realized how hard it was to actually make sense and maintain a
@@ -59,6 +79,7 @@ step-by-step building of the showcased sample application. A shorter introductio
5979

6080
Let's now see some examples of use.
6181

82+
# Examples
6283
## Login gateway
6384
For instance, the structure behind a login section of an application goes as such:
6485

package-lock.json

Lines changed: 13 additions & 134 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
"rx": "^4.1.0",
111111
"snabbdom": "^0.5.0",
112112
"snabbdom-to-html": "^3.1.1",
113-
"standard-error": "^1.1.0"
113+
"standard-error": "^1.1.0",
114+
"wget": "0.0.1"
114115
}
115116
}

0 commit comments

Comments
 (0)