Commit Graph

9 Commits

Author SHA1 Message Date
Paul O’Shannessy
4db91d74fe [docs] show line numbers in online jsx compiler 2015-03-01 11:53:06 -08:00
Alexandre Gaudencio
0cfd3260f9 Trailing commas break old IE versions 2014-11-03 02:54:23 +01:00
Paul O’Shannessy
12b9311066 React.renderComponent -> React.render
This covers most everything. The perf suite still needs work for the
Element updates. And the server rendering example needs to be done
wholesale.
2014-10-23 20:51:11 -07:00
Cheng Lou
33c7ee6112 [Docs] Remove most of @jsx
I kept some places intact (search for @jsx) because they require other bigger changes:

- ref-01-top-level-api.md
- grunt/tasks/npm.js
- old blog posts (don't change those)
- examples/ folder, as they have their own package.json that rely on old dependencies (node-jsx, reactify) that haven't upgraded to 0.12
2014-10-20 14:44:07 -04:00
Ben Alpert
1cd3c3e7e9 Add --harmony option to live JSX compiler page 2014-06-28 17:29:30 -07:00
Cheng Lou
8116e9cb38 [Docs] Hide compiled js tab in jsx-compiler.html
Fixes #1049
2014-02-10 23:22:59 -08:00
Cheng Lou
99304a3a20 [docs] Tweak frontpage first example and jsx-compiler example 2014-01-17 17:53:44 -08:00
Daniel Lo Nigro
03b64bef0c Simple HTML to JSX converter, built during Hackathon 40 at Facebook.
See /react/html-jsx.html. Not directly linked from the site yet as there may still be some minor issues with it.
2013-12-21 17:44:38 -08:00
yungsters
c63eddc525 Add a JSX Compiler tool. 2013-05-30 11:26:36 -07:00