Paul O’Shannessy
|
f58a507cb7
|
Fix animation example code
key should never be index into an array or there are bugs. Especially in
transitions.
Fixes #853
|
11 years ago |
Pete Hunt
|
3efd590bcd
|
Update 09.2-form-input-binding-sugar.md
|
11 years ago |
Ben Alpert
|
9815379f38
|
Fix docs typo
|
11 years ago |
petehunt
|
a437abb46a
|
remove references to react-page
|
11 years ago |
Bob Eagan
|
c54d5a06f7
|
add hash link for lifecycle section of working with the browser page
|
11 years ago |
Bob Eagan
|
c084776ff7
|
fix incorrect link
|
11 years ago |
Bob Eagan
|
b24d241b82
|
replace "comments.json" with this.props.url
|
11 years ago |
Ayman Osman
|
2eef22ace2
|
Fix typo
|
11 years ago |
Jean Lauliac
|
df5faa78a8
|
Normalize internal links in 'why react' article
|
11 years ago |
Jean Lauliac
|
3c64d5d020
|
Update broken link in 'why react' article
|
11 years ago |
cpojer
|
808dea5c08
|
Update propTypes documentation.
|
11 years ago |
Ben Alpert
|
2a4e16536d
|
Merge pull request #914 from chenglou/jsx
tweak frontpage first example code
|
11 years ago |
Cheng Lou
|
99304a3a20
|
[docs] Tweak frontpage first example and jsx-compiler example
|
11 years ago |
Ben Alpert
|
dd2dc27184
|
Simplify live editor execution logic
|
11 years ago |
Ben Alpert
|
d4553afa1f
|
Properly clear live editor on JSX compile failure
|
11 years ago |
Cheng Lou
|
67080c105d
|
Merge pull request #931 from spicyj/master
Update homepage for new JSX/JS editor
|
11 years ago |
Ben Alpert
|
698f565c28
|
Update homepage for new JSX/JS editor
|
11 years ago |
Paul O’Shannessy
|
3ac6077468
|
Normalize line endings
|
11 years ago |
Cheng Lou
|
353981f384
|
docs add jsx->js tab to live editors
|
11 years ago |
Cheng Lou
|
9a6959e36e
|
docs fix back link in Examples
|
11 years ago |
Nick Thompson
|
70f1593516
|
Clarify componentWillMount behavior
|
11 years ago |
Christopher Chedeau
|
b276112ef0
|
Document isMounted
Text from @petehunt
|
11 years ago |
Paul O’Shannessy
|
e0c82f8687
|
[docs] Remove commented out ghbtns
|
11 years ago |
Paul O’Shannessy
|
b3908ee455
|
[docs] Add timezone to _config
This way we hopefully won't churn the feed when genereated in
a different time zone (eg France).
|
11 years ago |
Paul O’Shannessy
|
fb0a6189a5
|
Remove stray "117", combine lines in polyfill docs
|
11 years ago |
Christopher Chedeau
|
1a6b13918d
|
Merge pull request #892 from rtfeldman/update-shim-docs
Mention need for `es5-sham.js` in docs
|
11 years ago |
Richard Feldman
|
5bc56eff2b
|
Rewrite Older Browsers polyfill section for clarity.
|
11 years ago |
Timothy Yung
|
77dbc54ed0
|
Fix "Uncontrolled Components" documentation
|
11 years ago |
Richard Feldman
|
50a8a1975a
|
Fix typo in docs.
|
11 years ago |
Richard Feldman
|
6df3ee371a
|
Update docs to mention that you need both es5-shim.js and es5-sham.js to use React with IE8.
|
11 years ago |
Ben Alpert
|
4a7ec73d13
|
Add dataType to all $.ajax calls for consistency
Fixes https://groups.google.com/forum/#!topic/reactjs/WWA3ZqU6y4w.
|
11 years ago |
Christoph Pojer
|
8e8051d25f
|
Fix #845, Trivial year change
This was accidentally pulled into gh-pages.
|
11 years ago |
Christoph Pojer
|
d174d1f1cc
|
Fix #874: Edit thinking-in-react
Accidentally pulled #874 into gh-pages.
|
11 years ago |
cpojer
|
55d7adbc5b
|
Document PropTypes.renderable and PropTypes.component
|
11 years ago |
Ben Alpert
|
409d8cab93
|
Document return value of unmountComponentAtNode
|
11 years ago |
Ben Alpert
|
ee8b26034f
|
Remove two more react.min.js references
|
11 years ago |
Paul O’Shannessy
|
132dfd7b1b
|
Don't use the min build in getting started guide
|
11 years ago |
Michal Srb
|
f0cadaae86
|
Fix URL in displayName description
|
11 years ago |
Christopher Chedeau
|
a51d005f84
|
Merge pull request #819 from mtharrison/add-more-svg-tags
Added support for 4 extra SVG tags
|
11 years ago |
Timothy Yung
|
1293d38f99
|
Merge pull request #754 from spicyj/over-and-out
Add onMouseOver and onMouseOut events
|
11 years ago |
Christopher Chedeau
|
11e66bf467
|
Merge pull request #823 from spicyj/key-docs
Add charCode/keyCode/which to key event docs
|
11 years ago |
Christopher Chedeau
|
9bdca4d705
|
Merge pull request #688 from vjeux/community_14
Community Round-up #14
|
11 years ago |
Matt Harrison
|
810c89b8cb
|
Aphabetized and wrapped tags/attributes docs
|
11 years ago |
Ben Alpert
|
b282c3efd5
|
Add charCode/keyCode/which to key event docs
|
11 years ago |
Christopher Chedeau
|
5a2c2d8e3f
|
Merge pull request #809 from passy/patch-1
Add gulp-react to Helpful OSS Projects
|
11 years ago |
Matt Harrison
|
b5ed61ab58
|
Updated docs with new SVG elements
|
11 years ago |
Daniel Lo Nigro
|
561bc9a26a
|
Change “not allowed” back to “discouraged” since you technically *can* use props called `class` or `for`…
|
11 years ago |
Daniel Lo Nigro
|
6edc47aeae
|
Add link to HTML to JSX converter to “JSX In Depth” page
|
11 years ago |
xixixao
|
4c7abcd424
|
Document displayName
|
11 years ago |
Pascal Hartig
|
7d90bee52c
|
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.
|
11 years ago |