Jim
33cd980f0e
React -> ReactDOM for render() and findDOMNode()
9 years ago
Leonardo YongUk Kim
9aa14423c9
Create 12-initial-ajax.ko-KR.md
Based on 52494f9d723f4b2db12a0bf16a07b243076c15cf
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
Tom Haggie
599ea5e51e
Updated the ajax to tip to also mention that you need to check
that the component is still mounted before updating it's state.
Closes #1600 .
11 years ago
Rajiv Tirumalareddy
ec19430f9a
Fixed incorrect usage of github api in example
more: https://developer.github.com/v3/gists/#detailed-gist-representation
11 years ago
Cheng Lou
4002a86e22
docs tips small refactorings
11 years ago
Sundeep Malladi
aef97f1d76
Minor spelling correction in docs
11 years ago
Paul O’Shannessy
59575acb4a
Update wording on AJAX 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
Cheng Lou
c4bf9aa5bd
title case for entry titles; fix two entry names
11 years ago
Cheng Lou
4e3dd23316
fix 2 more entries
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
97eb0f1a6c
ajax ex
11 years ago