Commit graph

9 commits

Author SHA1 Message Date
micellius
b6a251b5b8 docs(jsx.md): add missing "!"
Add missing "!" to result of interpolation for `{greeting + "!"}` expression
2017-04-27 17:21:00 +03:00
Ferhat Elmasgüneş
0ed3695f78 Fixes component usage.
Updates `m.mount(document.body, <MyComponent />)` to `m.render(document.body, <MyComponent />)`.

After consuming a component using `m(component)`, you can't *mount* it to element but you can *render*.
2017-03-12 15:34:01 +02:00
Leo Horie
810228c442 fix tables in mobile 2017-01-17 22:36:34 -05:00
Leo Horie
24b7150b3c tweaks in docs 2017-01-15 10:35:29 -05:00
Leo Horie
e4d69c409a fix var name 2017-01-08 19:32:44 -05:00
Leo Horie
a0def08101 lint and highlight jsx 2017-01-08 19:30:23 -05:00
Leo Horie
7c00aad19c beef up docs and defrag setup flow 2017-01-08 10:53:54 -05:00
Leo
db0063362c fix typo 2017-01-07 17:56:29 -05:00
Leo
6284a3bd86 es6 and jsx docs 2017-01-07 14:54:48 -05:00