Commit Graph

394 Commits

Author SHA1 Message Date
Ben Alpert
56517a5423 Blog post for 0.9 release candidate 2014-02-16 19:37:24 -08:00
Ben Alpert
ec58683389 Fix typo in latest round-up 2014-02-15 22:54:32 -08:00
Jonas Gebhardt
be569b1ee1 Add community round-up #16 2014-02-15 15:54:40 -08:00
Paul O’Shannessy
407589bd96 Center twitter embeds differently. again.
This time, just target the iframe. display: table was weird in webkit.
2014-02-05 16:23:43 -08:00
Paul O’Shannessy
084f24e3e7 Don't use <center> for twitter embeds 2014-02-05 15:52:59 -08:00
Jonas Gebhardt
acf97b26ca Community Round-Up #15; center embedded tweets 2014-02-05 15:52:59 -08:00
Paul O’Shannessy
ccf00ccf08 Revert "Update propTypes documentation."
This reverts commit b66fbde0a9.
2014-02-05 15:05:41 -08:00
Pete Hunt
7f22f43fb1 Update example-apps.md 2014-02-02 04:02:17 +01:00
petehunt
92092073ca add example apps page 2014-02-02 04:02:10 +01:00
petehunt
3c19f6253b Add a complementary tools page 2014-02-02 04:01:56 +01:00
Pete Hunt
7467b1fb39 Update videos.md 2014-02-02 04:01:48 +01:00
petehunt
c06ca2305f Add link to meteor talk 2014-02-02 04:01:37 +01:00
Ben Alpert
3810c839a7 [docs] Fix comma splice 2014-02-02 03:51:23 +01:00
Ben Alpert
571d173182 Disable CodeMirror smart indentation
Fixes #966.
2014-02-02 03:51:16 +01:00
Christopher Chedeau
22772c9862 s/Mock DOM/Virtual DOM/
Let's be consistent with the naming
2014-02-02 03:51:07 +01:00
Kunal Mehta
f9704536d1 Add documentation about React.renderComponent
Recently learned that components passed into `React.renderComponent` may not be the ones actually mounted. Also learned that it returns the mounted component. Added some documentation describing this.
2014-02-02 03:50:58 +01:00
Eric Schoffstall
64ac427395 fix grammar mistake 2014-02-02 03:50:26 +01:00
Paul O’Shannessy
dd66223d67 Fix animation example code
key should never be index into an array or there are bugs. Especially in
transitions.

Fixes #853
2014-02-02 03:49:58 +01:00
Ben Alpert
6e4ddfd239 Fix docs typo 2014-02-02 03:49:48 +01:00
petehunt
3120192172 remove references to react-page 2014-02-02 03:49:41 +01:00
Bob Eagan
3db3460868 add hash link for lifecycle section of working with the browser page 2014-02-02 03:49:14 +01:00
Bob Eagan
2edb76f558 fix incorrect link 2014-02-02 03:48:41 +01:00
Ayman Osman
09650e1dc3 Fix typo 2014-02-02 03:47:54 +01:00
Jean Lauliac
0681d1386b Normalize internal links in 'why react' article 2014-02-02 03:47:16 +01:00
Jean Lauliac
341d292665 Update broken link in 'why react' article 2014-02-02 03:47:01 +01:00
cpojer
b66fbde0a9 Update propTypes documentation. 2014-02-02 03:46:42 +01:00
Cheng Lou
8c8841c83a [docs] Tweak frontpage first example and jsx-compiler example 2014-02-02 03:45:31 +01:00
Ben Alpert
c7f0663176 Simplify live editor execution logic 2014-02-02 03:45:21 +01:00
Ben Alpert
d3fc5adf39 Properly clear live editor on JSX compile failure 2014-02-02 03:45:15 +01:00
Ben Alpert
761e1c8080 Update homepage for new JSX/JS editor 2014-02-02 03:44:58 +01:00
Paul O’Shannessy
6b1c6be974 Normalize line endings 2014-02-02 03:44:44 +01:00
Cheng Lou
7ac5f3c7cf docs add jsx->js tab to live editors 2014-02-02 03:43:43 +01:00
Cheng Lou
6b15ad5f6d docs fix back link in Examples 2014-02-02 03:43:26 +01:00
Nick Thompson
542f20b822 Clarify componentWillMount behavior 2014-02-02 03:42:40 +01:00
Christopher Chedeau
30e16e4e63 Document isMounted
Text from @petehunt
2014-02-02 03:42:15 +01:00
Paul O’Shannessy
7c4c0cdd01 [docs] Remove commented out ghbtns 2014-01-15 11:39:52 -08:00
Ben Alpert
92102ac31d Add info about dev vs. prod builds
Also moved the dev builds first because that's what most people will want.
2014-01-15 11:35:51 -08:00
Paul O’Shannessy
277cbf06e4 [docs] Add timezone to _config
This way we hopefully won't churn the feed when genereated in
a different time zone (eg France).
2014-01-15 11:12:02 -08:00
Paul O’Shannessy
b0b771763b Remove stray "117", combine lines in polyfill docs 2014-01-15 11:09:24 -08:00
Richard Feldman
8d63dad433 Rewrite Older Browsers polyfill section for clarity. 2014-01-15 10:52:39 -08:00
Timothy Yung
edd61edfb1 Fix "Uncontrolled Components" documentation 2014-01-15 10:52:38 -08:00
Richard Feldman
d99cafaf9a Fix typo in docs. 2014-01-15 10:52:38 -08:00
Richard Feldman
190f373ce3 Update docs to mention that you need both es5-shim.js and es5-sham.js to use React with IE8. 2014-01-15 10:52:38 -08:00
Ben Alpert
1873e1d0a9 Add dataType to all $.ajax calls for consistency
Fixes https://groups.google.com/forum/#!topic/reactjs/WWA3ZqU6y4w.
2014-01-15 10:52:38 -08:00
Christoph Pojer
27ac8a3224 Fix #845, Trivial year change
This was accidentally pulled into gh-pages.
2014-01-15 10:52:38 -08:00
Christoph Pojer
97f2441b7e Fix #874: Edit thinking-in-react
Accidentally pulled #874 into gh-pages.
2014-01-15 10:52:38 -08:00
Ben Alpert
ce72e84234 Document return value of unmountComponentAtNode 2014-01-15 10:52:38 -08:00
Ben Alpert
52ad24f788 Remove two more react.min.js references 2014-01-15 10:52:38 -08:00
Paul O’Shannessy
7efdb43742 Don't use the min build in getting started guide 2014-01-15 10:52:38 -08:00
Michal Srb
51e7a6bae1 Fix URL in displayName description 2014-01-15 10:52:38 -08:00