File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 <img width="192" height="192" src="https://raw.githubusercontent.com/stasm/innerself/master/logo/logo.png" />
44 </a >
55 <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 >
712</div >
813
9- Live demos: [ example01] [ ] , [ example02] [ ] .
10-
1114[ ` innerHTML ` is fast] [ quirksmode ] . It's not fast enough if you're a Fortune 500 company
1215or even if your app has more than just a handful of views. But it might be
1316just 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!
4548[ js13kGames ] : http://js13kgames.com/
4649
4750
48- ## Install
49-
50- $ npm install innerself
51-
52-
5351## Caveats
5452
5553You need to know a few things before you jump right in. _ innerself_ is
@@ -93,6 +91,11 @@ keyboard input at all :)
9391[ @cweili ] : https://github.com/Cweili
9492
9593
94+ ## Install
95+
96+ $ npm install innerself
97+
98+
9699## Usage
97100
98101_ 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