Kale
cf5236600c
Use null instead of '' in ternary expression
A blank string ('') resolves to <span></span> which produces a warning when place inside a <tr>
9 years ago
Jim
33cd980f0e
React -> ReactDOM for render() and findDOMNode()
9 years ago
Paul O’Shannessy
a115c46689
[docs] Stop supporting our JSX compiler page
Link to Babel REPL directly instead.
9 years ago
Vasiliy Loginevskiy
21610afd44
Docs: Fix jsx iife example
10 years ago
Luke Horvat
c6fe815d65
Add IIFE example to JSX documentation
10 years ago
Kurt Ruppel
902199d29a
Fix typo in If/Else JSX doc.
10 years ago
Paul O’Shannessy
febd05b900
Update React.DOM -> React.createElement through docs
10 years ago
Ben Alpert
fb46ad0356
Update docs to align with 0.12 better
- Rename React.renderComponent -> React.render
- Remove most references to transferPropsTo
10 years ago
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
10 years ago
Sunny Juneja
8f5a2e564d
Add example to if else in JSX.
11 years ago
Paul O’Shannessy
9bde5abedc
Tweaks to if-else tip
11 years ago
Connor McSheffrey
b8c7f3cdfd
Renamed Cookbook references to tips. Reworded intro (sounded weird because it still referenced cookbooks. Updated some entry ID's (some side nav links didn't match entry permalinks)
11 years ago
Connor McSheffrey
3b8c13d08d
Removed Q&A format
11 years ago
Connor McSheffrey
854593e574
Remove cb prefix from cookbook entries since they're already in /cookbook/ directory
11 years ago
Connor McSheffrey
d0467822e4
added seperate cookbook layout (since URL base of next/prev is hardcoded in layout), added next/prev yaml meta to each cookbook entry until I can find a way of generating them dynamically
11 years ago
Cheng Lou
015eda5260
fix all links to point to /react as root
11 years ago
Cheng Lou
db16d570a0
modify some wording
11 years ago
Cheng Lou
6a04b5aefd
fix permalink, temporarily remove script field of Jekyll
11 years ago
Cheng Lou
24533462ff
small typo and code tag is now js highlight
Was html before bc github screws up the js highlighting for jsx.
11 years ago
Cheng Lou
aa38740189
new entry for ternary expression in jsx
11 years ago