Jim
33cd980f0e
React -> ReactDOM for render() and findDOMNode()
9 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
Dan Abramov
a7017f1c51
Warn when using hyphenated style property names
11 years ago
Paul O’Shannessy
47d5b9c302
Small cleanup to style tips
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
92a0e81bd2
all typos
11 years ago
Connor McSheffrey
235101f457
Added backgroundImage example to "inline styles" cookbook entry
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
ed5ef46daf
add tip format for comparison
11 years ago
Cheng Lou
9ba375bace
add tip style to style entry
11 years ago
Connor McSheffrey
33232007f7
Moved cookbook recipes into separate directory. Updated nav_docs to loop through cookbook yaml. Added cookbook directory to js/ to add live editing of code samples
11 years ago
Connor McSheffrey
33531f728a
Added docs for React cookbook section Introduction and Inline Styles React recipe
11 years ago