SyntaxFix
Write A Post
Hire A Developer
Questions
UPDATE: In React 0.12+, the JSX pragma is no longer necessary.
Make sure include the JSX pragma at the top of your files:
/** @jsx React.DOM */
Without this line, the jsx binary and in-browser transformer will leave your files unchanged.
jsx