Merge remote-tracking branch 'origin/rewrite' into rewrite

This commit is contained in:
Leo Horie 2017-01-08 08:21:46 -05:00
commit f0d6b0d58b
13 changed files with 437 additions and 65 deletions

View file

@ -2,6 +2,8 @@
- [Installation](installation.md)
- [Introduction](introduction.md)
- [Tutorial](simple-application.md)
- [JSX](jsx.md)
- [ES6](es6.md)
- [Testing](testing.md)
- [Examples](examples.md)
- Key concepts
@ -9,6 +11,7 @@
- [Components](components.md)
- [Lifecycle methods](lifecycle-methods.md)
- [Keys](keys.md)
- [Autoredraw system](autoredraw.md)
- Social
- [Mithril Jobs](https://github.com/lhorie/mithril.js/wiki/JOBS)
- [How to contribute](contributing.md)