File tree 1 file changed +9
-8
lines changed
1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 3
3
<img width="192" height="192" src="https://raw.githubusercontent.com/stasm/innerself/master/logo/logo.png" />
4
4
</a >
5
5
<h1 >innerself</h1 >
6
- <p >A tiny view + state management solution using <code >innerHTML</code ></p >
6
+ <p >
7
+ A tiny view + state management solution using <code>innerHTML</code>.
8
+ <img alt="Build Status" src="https://travis-ci.org/stasm/innerself.svg?branch=master" />
9
+ </p >
7
10
</div >
8
11
9
- Live demos: [ example01] [ ] , [ example02] [ ] .
10
-
11
12
[ ` innerHTML ` is fast] [ quirksmode ] . It's not fast enough if you're a Fortune 500 company
12
13
or even if your app has more than just a handful of views. But it might be
13
14
just fast enough for you if you care about code size.
@@ -45,11 +46,6 @@ _innerself_ was a fun weekend project for me. Let me know what you think!
45
46
[ js13kGames ] : http://js13kgames.com/
46
47
47
48
48
- ## Install
49
-
50
- $ npm install innerself
51
-
52
-
53
49
## Caveats
54
50
55
51
You need to know a few things before you jump right in. _ innerself_ is
@@ -93,6 +89,11 @@ keyboard input at all :)
93
89
[ @cweili ] : https://github.com/Cweili
94
90
95
91
92
+ ## Install
93
+
94
+ $ npm install innerself
95
+
96
+
96
97
## Usage
97
98
98
99
_ innerself_ expects you to build a serialized version of your DOM which will
You can’t perform that action at this time.
0 commit comments