dillon1000/react

Commit

[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
Browse files
Changed paths34 files
First-parent comparison
M README.md ModifiedM docs/_js/examples/hello.js ModifiedM docs/_js/examples/markdown.js ModifiedM docs/_js/examples/timer.js ModifiedM docs/_js/examples/todo.js ModifiedM docs/_js/html-jsx.js ModifiedM docs/_js/jsx-compiler.js ModifiedM docs/_js/live_editor.js ModifiedM docs/docs/02-displaying-data.md ModifiedM docs/docs/02-displaying-data.zh-CN.md ModifiedM docs/docs/02.1-jsx-in-depth.md ModifiedM docs/docs/03-interactivity-and-dynamic-uis.md ModifiedM docs/docs/04-multiple-components.md ModifiedM docs/docs/05-reusable-components.md ModifiedM docs/docs/07-working-with-the-browser.md ModifiedM docs/docs/08-tooling-integration.md ModifiedM docs/docs/09.1-animation.md ModifiedM docs/docs/09.2-form-input-binding-sugar.md ModifiedM docs/docs/getting-started.md ModifiedM docs/docs/getting-started.zh-CN.md ModifiedM docs/docs/tutorial.md ModifiedM docs/tips/02-inline-styles.md ModifiedM docs/tips/03-if-else-in-JSX.md ModifiedM docs/tips/06-style-props-value-px.md ModifiedM docs/tips/07-children-props-type.md ModifiedM docs/tips/08-controlled-input-null-value.md ModifiedM docs/tips/10-props-in-getInitialState-as-anti-pattern.md ModifiedM docs/tips/11-dom-event-listeners.md ModifiedM docs/tips/12-initial-ajax.md ModifiedM docs/tips/13-false-in-jsx.md ModifiedM docs/tips/14-communicate-between-components.md ModifiedM docs/tips/15-expose-component-functions.md ModifiedM docs/tips/16-references-to-components.md ModifiedM docs/tips/17-children-undefined.md Modified
Patch

Files changed

Rendering syntax-highlighted changes…