Commit Graph

17 Commits

Author SHA1 Message Date
Ben Alpert
fb46ad0356 Update docs to align with 0.12 better
- Rename React.renderComponent -> React.render
- Remove most references to transferPropsTo
2014-10-22 14:01:54 -07:00
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
2014-10-20 14:44:07 -04:00
Nick Fitzgerald
8aff7a1630 Explain where to provide the key for dynamic children. 2014-09-10 14:53:41 -07:00
Paul O’Shannessy
2865e4a1c8 Set default layout for docs 2014-08-13 11:40:14 -07:00
Paul O’Shannessy
4c0bb91ce1 Merge branch 'joshduck-patch-1'
Closes #989
2014-02-19 18:10:20 -08:00
Paul O’Shannessy
cdf67d6c24 tweak object property warning. 2014-02-19 18:07:24 -08:00
petehunt
eaf234a53b more references 2014-02-03 23:33:20 -08:00
Josh Duck
e59e2d8ec8 Add warning about object property order.
It's easy to misuse the properties-as-keys feature and end up with children rendered out of order. Add a note and example of how to avoid this.
2014-01-29 10:53:21 -08:00
Luigy Leon
d4ab34b188 Fix "Dynamic Children" example 2013-12-22 10:37:09 -05:00
Cheng Lou
0767e7b9dd docs make all link start with /react/docs 2013-12-19 17:15:01 -05:00
Ben Alpert
f566b56ed1 Flesh out reference documentation, more API info 2013-09-17 16:01:57 -07:00
Jamie Wong
f5110ba4ac Docs Typo Fix: s/distinciton/distinction 2013-07-19 12:33:54 -04:00
Paul O’Shannessy
609a3766bd em dashes 2013-07-16 23:38:15 -07:00
Paul O’Shannessy
fda687be89 Cleanup "Multiple Components" 2013-07-16 23:28:51 -07:00
Paul O’Shannessy
f2345ba2e2 Remove numbers from URLs.
This will let us keep docs in order on the filesystem but have
reasonable permalinks. If we add something at 02- it doesn't result in
lots of broken links.
2013-07-16 17:09:43 -07:00
Paul O’Shannessy
17ea30c8c5 Fix title casing and heading levels 2013-07-16 14:52:57 -07:00
petehunt
1263fde643 move docs around, add likebutton 2013-07-14 18:31:46 -07:00