Commit Graph
377 Commits
Author SHA1 Message Date
Paul O’ShannessyandVjeux 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 AlpertandVjeux 6e4ddfd239 Fix docs typo 2014-02-02 03:49:48 +01:00
petehuntandVjeux 3120192172 remove references to react-page 2014-02-02 03:49:41 +01:00
Bob EaganandVjeux 3db3460868 add hash link for lifecycle section of working with the browser page 2014-02-02 03:49:14 +01:00
Bob EaganandVjeux 2edb76f558 fix incorrect link 2014-02-02 03:48:41 +01:00
Ayman OsmanandVjeux 09650e1dc3 Fix typo 2014-02-02 03:47:54 +01:00
Jean LauliacandVjeux 0681d1386b Normalize internal links in 'why react' article 2014-02-02 03:47:16 +01:00
Jean LauliacandVjeux 341d292665 Update broken link in 'why react' article 2014-02-02 03:47:01 +01:00
cpojerandVjeux b66fbde0a9 Update propTypes documentation. 2014-02-02 03:46:42 +01:00
Cheng LouandVjeux 8c8841c83a [docs] Tweak frontpage first example and jsx-compiler example 2014-02-02 03:45:31 +01:00
Ben AlpertandVjeux c7f0663176 Simplify live editor execution logic 2014-02-02 03:45:21 +01:00
Ben AlpertandVjeux d3fc5adf39 Properly clear live editor on JSX compile failure 2014-02-02 03:45:15 +01:00
Ben AlpertandVjeux 761e1c8080 Update homepage for new JSX/JS editor 2014-02-02 03:44:58 +01:00
Paul O’ShannessyandVjeux 6b1c6be974 Normalize line endings 2014-02-02 03:44:44 +01:00
Cheng LouandVjeux 7ac5f3c7cf docs add jsx->js tab to live editors 2014-02-02 03:43:43 +01:00
Cheng LouandVjeux 6b15ad5f6d docs fix back link in Examples 2014-02-02 03:43:26 +01:00
Nick ThompsonandVjeux 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 AlpertandPaul O’Shannessy 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 FeldmanandPaul O’Shannessy 8d63dad433 Rewrite Older Browsers polyfill section for clarity. 2014-01-15 10:52:39 -08:00
Timothy YungandPaul O’Shannessy edd61edfb1 Fix "Uncontrolled Components" documentation 2014-01-15 10:52:38 -08:00
Richard FeldmanandPaul O’Shannessy d99cafaf9a Fix typo in docs. 2014-01-15 10:52:38 -08:00
Richard FeldmanandPaul O’Shannessy 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 AlpertandPaul O’Shannessy 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 PojerandPaul O’Shannessy 27ac8a3224 Fix #845, Trivial year change
This was accidentally pulled into gh-pages.
2014-01-15 10:52:38 -08:00
Christoph PojerandPaul O’Shannessy 97f2441b7e Fix #874: Edit thinking-in-react
Accidentally pulled #874 into gh-pages.
2014-01-15 10:52:38 -08:00
Ben AlpertandPaul O’Shannessy ce72e84234 Document return value of unmountComponentAtNode 2014-01-15 10:52:38 -08:00
Ben AlpertandPaul O’Shannessy 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 SrbandPaul O’Shannessy 51e7a6bae1 Fix URL in displayName description 2014-01-15 10:52:38 -08:00
Ben AlpertandPaul O’Shannessy f44e8ccd40 Add charCode/keyCode/which to key event docs 2014-01-15 10:52:38 -08:00
Vjeux 658aa45483 Community Round-up #14 2014-01-06 18:15:56 +01:00
Daniel Lo NigroandVjeux ea41991825 Change “not allowed” back to “discouraged” since you technically *can* use props called class or for 2014-01-06 18:15:24 +01:00
Daniel Lo NigroandVjeux 5cbc727f68 Add link to HTML to JSX converter to “JSX In Depth” page 2014-01-06 18:15:19 +01:00
xixixaoandVjeux ee90857dfb Document displayName 2014-01-06 18:15:13 +01:00
Pascal HartigandVjeux 8ef2cec2c4 Add gulp-react to Helpful OSS Projects
Add @sindresorhus' JSX task for Gulp to the "Helpful Open-Source Projects" section of the tooling integration docs.
2014-01-06 18:15:07 +01:00
Ben AlpertandVjeux 3afe6dee51 Fix typo 2014-01-06 18:14:59 +01:00
Ben AlpertandVjeux 13c211a6a6 Mention react-art where we talk about SVG 2014-01-06 18:14:50 +01:00
Felipe Oliveira CarvalhoandVjeux e23e627091 Remove the require-jsx plugin from the tooling-integration page
In favor of the r.js friendly jsx-requirejs-plugin
2014-01-06 18:14:40 +01:00
Felipe Oliveira CarvalhoandVjeux 978a8f5807 Add jsx-requirejs-plugin to the tooling-integration page 2014-01-06 18:14:31 +01:00
Vjeux dbae31d36f React Chrome Developer Tools 2014-01-02 21:05:37 +01:00
Cheng LouandVjeux 8d37f7d373 docs better error display for live editor and JSX compiler 2014-01-02 21:05:27 +01:00
Cheng LouandVjeux 8dc36e396b docs tips fix small typo and code 2014-01-02 21:05:20 +01:00
Cheng LouandVjeux c5a2ca997c docs remove link to wiki page
Also some minor writing changes.
2013-12-31 05:59:08 +01:00
Ben AlpertandVjeux 32753c59d4 Upgrade codemirror and enable line wrapping
Fixes #678.
2013-12-31 05:58:46 +01:00
Vjeux 16072437c3 Making 'native DOM' nodes more explicit in documentation 2013-12-31 01:38:22 +01:00
Ben AlpertandVjeux 5e441d656f IE8 style fixes
- Add html5shiv so that HTML5 elements like header, footer, etc can be styled
- Remove a couple uses of :first-child/:last-child which IE8 doesn't support
2013-12-31 01:25:10 +01:00