File tree 1 file changed +11
-8
lines changed
1 file changed +11
-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
+ <a href="https://travis-ci.org/stasm/innerself">
9
+ <img alt="Build Status" src="https://travis-ci.org/stasm/innerself.svg?branch=master" />
10
+ </a>
11
+ </p >
7
12
</div >
8
13
9
- Live demos: [ example01] [ ] , [ example02] [ ] .
10
-
11
14
[ ` innerHTML ` is fast] [ quirksmode ] . It's not fast enough if you're a Fortune 500 company
12
15
or even if your app has more than just a handful of views. But it might be
13
16
just fast enough for you if you care about code size.
@@ -45,11 +48,6 @@ _innerself_ was a fun weekend project for me. Let me know what you think!
45
48
[ js13kGames ] : http://js13kgames.com/
46
49
47
50
48
- ## Install
49
-
50
- $ npm install innerself
51
-
52
-
53
51
## Caveats
54
52
55
53
You need to know a few things before you jump right in. _ innerself_ is
@@ -93,6 +91,11 @@ keyboard input at all :)
93
91
[ @cweili ] : https://github.com/Cweili
94
92
95
93
94
+ ## Install
95
+
96
+ $ npm install innerself
97
+
98
+
96
99
## Usage
97
100
98
101
_ 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