Commit Graph

26 Commits

Author SHA1 Message Date
Baraa Hamodi
a38a848170 Documentation cleanup. 2015-10-12 15:33:32 -04:00
Jim
33cd980f0e React -> ReactDOM for render() and findDOMNode() 2015-10-05 17:46:58 -07:00
matchu
74ff7cee10 avoid the phrase "key property"
React components can be assigned a special property named `key`. Therefore, it's helpful to avoid the phrase "key property" unless you're talking about the `key` property :)

I'm not sold on the replacement phrase, though... I think it's solid, but two fancy words like "fundamental" and "invariant" next to each other just seem a bit unwelcoming xP then again, we're talking about some heavy technical stuff; if there aren't any lighter words that are equally precise, then these should probably stand.
2015-09-03 12:03:15 -07:00
Leon Yip
2566da5371 Update 04-multiple-components.md
Added an extra word to make the sentence read a little easier.
2015-08-22 00:56:23 -07:00
Bartosz Kaszubowski
6d65b4488d split code block for readability 2015-07-16 23:49:40 +02:00
Tsung Hung
04fac68f10 updated some typos, grammers, and made sentences sound better 2015-05-04 16:26:14 -07:00
Reed Loden
dd010b34e2 SSL/TLSize all the things! (convert http:// to https:// where appropriate)
Update links to use https:// where it is supported. There's probably a lot
more that could be fixed, but these are the core ones I found (especially
the download links in order to prevent MITM attacks). Note that there are
some fb.me links that will redirect to http:// even while accessed over
https://, but this seemed like the best way to fix those for now.

NOTE: Only non-third-party files were modified. There are references to
http:// URLs in vendored/third-party files, but seems appropriate to fix
upstream for those rather than editing the files.

Also, copy one image locally to the blog, as it was hotlinking to a site
that did not support https://.

Last, use youtube-nocookie.com instead of youtube.com for video embeds,
as the former doesn't try to set a cookie on load (privacy enhancement).
2015-04-18 16:49:32 -07:00
Ben Alpert
3d6af36002 Add docs for createFragment 2015-03-10 09:17:34 -07:00
Preston Parry
b63c4269b5 Update 04-multiple-components.md 2015-01-27 14:34:35 -08:00
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