forked from riot/riot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeta.html
More file actions
120 lines (88 loc) · 3.21 KB
/
Copy pathmeta.html
File metadata and controls
120 lines (88 loc) · 3.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
style: /riotjs/css/riot
script: /riotjs/site
content_class: normal
noheader: true
riot_version: 2.2.1
datetime: June 27
==== layout
<a id="fork-me" href="https://github.com/riot/riot">
<img src="/common/img/fork-me.png" class="no-retina">
</a>
<div id="header-wrapper">
<div id="riot-header">
<div class="wrap">
<a id="riot-logo" href="/riotjs/" class="riot-tag">{</a>
<a id="muut-logo" href="/">by <span class="icon">M</span></a>
<a id="to-top">Back to top</a>
<a id="burger">menu<span class="icon">0</span></a>
</div>
</div>
</div>
{% if hero %}
<div id="hero">
<div class="riot-tag">{</div>
<h1>A React-like user interface micro-library</h1>
<h2>Custom tags • Enjoyable syntax • Virtual DOM • Tiny size</h2>
<p class="tease normal">
<a href="download.html" class="tag blue">v{{ riot_version }}</a>
— <a href="release-notes.html"> with 4-5x faster loops than on React</a>
</p>
</div>
{% endif %}
<div class="wrap">
<nav id="toc" class="normal">
<h3>Get started</h3>
<div>
<p><a href="/riotjs/">Why Riot?</a></p>
<p><a href="/riotjs/compare.html">Compare</a></p>
<p><a href="/riotjs/faq.html">FAQ</a></p>
<p><a href="/riotjs/compiler.html">Compiler</a></p>
<p><a href="/riotjs/download.html">Download</a></p>
<p><a href="/riotjs/forum/">Forum</a></p>
</div>
<h3>Guide</h3>
<h5>Custom tags</h5>
<div>
<p><a href="/riotjs/guide/">Example</a></p>
<p><a href="/riotjs/guide/#tag-syntax">Tag syntax</a></p>
<p><a href="/riotjs/guide/#mounting">Mounting</a></p>
<p><a href="/riotjs/guide/#options">Options</a></p>
<p><a href="/riotjs/guide/#mixins">Mixins</a></p>
<p><a href="/riotjs/guide/#tag-lifecycle">Tag lifecycle</a></p>
<p><a href="/riotjs/guide/#expressions">Expressions</a></p>
<p><a href="/riotjs/guide/#nested-tags">Nested tags</a></p>
<p><a href="/riotjs/guide/#named-elements">Named elements</a></p>
<p><a href="/riotjs/guide/#event-handlers">Event handlers</a></p>
<p><a href="/riotjs/guide/#conditionals">Conditionals</a></p>
<p><a href="/riotjs/guide/#loops">Loops</a></p>
<p><a href="/riotjs/guide/#server-side">Server-side rendering</a></p>
</div>
<h5>Application design</h5>
<div>
<p><a href="/riotjs/guide/#tools-not-policy">Tools, not policy</a></p>
<p><a href="/riotjs/guide/#observable">Observable</a></p>
<p><a href="/riotjs/guide/#routing">Routing</a></p>
<p><a href="/riotjs/guide/#modularity">Modularity</a></p>
</div>
<h3>API</h3>
<div>
<p><a href="/riotjs/api/#general">General</a></p>
<p><a href="/riotjs/api/#custom-tags">Custom tags</a></p>
<p><a href="/riotjs/api/#compiler">Compiler</a></p>
<p><a href="/riotjs/api/#observable">Observable</a></p>
<p><a href="/riotjs/api/#router">Router</a></p>
</div>
<h3>v1.0</h3>
<div>
<p><a href="/riotjs/v1.0.html">User guide</a></p>
</div>
<a class="close">x</a>
</nav><!--
--><div id="content" class="{{ content_class }}">
<div class="hgroup">
<h1>{{ data.subtitle || data.title }}</h1>
<h2>{{ description }}</h2>
</div>
{{ body }}
</div>
</div>