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
Ben Alpert
f44e8ccd40
Add charCode/keyCode/which to key event docs
2014-01-15 10:52:38 -08:00
Vjeux
60b5520fee
Revert "adding warning about the lack of support for onScroll on IE8"
...
This reverts commit 8615ade2b6 .
2014-01-06 18:35:50 +01:00
Vjeux
658aa45483
Community Round-up #14
2014-01-06 18:15:56 +01:00
Daniel Lo Nigro
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 Nigro
5cbc727f68
Add link to HTML to JSX converter to “JSX In Depth” page
2014-01-06 18:15:19 +01:00
xixixao
ee90857dfb
Document displayName
2014-01-06 18:15:13 +01:00
Pascal Hartig
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 Alpert
3afe6dee51
Fix typo
2014-01-06 18:14:59 +01:00
Ben Alpert
13c211a6a6
Mention react-art where we talk about SVG
2014-01-06 18:14:50 +01:00
Felipe Oliveira Carvalho
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 Carvalho
978a8f5807
Add jsx-requirejs-plugin to the tooling-integration page
2014-01-06 18:14:31 +01:00
Fabio Costa
8615ade2b6
adding warning about the lack of support for onScroll on IE8
...
Adding `console.warn` about the lack of support for `onScroll` event on IE8
Related to this issue on github https://github.com/facebook/react/issues/631
2014-01-06 18:14:02 +01:00
Vjeux
dbae31d36f
React Chrome Developer Tools
2014-01-02 21:05:37 +01:00
Cheng Lou
8d37f7d373
docs better error display for live editor and JSX compiler
2014-01-02 21:05:27 +01:00
Cheng Lou
8dc36e396b
docs tips fix small typo and code
2014-01-02 21:05:20 +01:00
Cheng Lou
c5a2ca997c
docs remove link to wiki page
...
Also some minor writing changes.
2013-12-31 05:59:08 +01:00
Ben Alpert
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 Alpert
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
Cheng Lou
0b63c665eb
docs tips small refactorings
2013-12-31 00:13:10 +01:00
Ben Alpert
30178d4baf
Make React website work in IE8
...
Fixes #406 .
Empty conditional comment is for http://www.phpied.com/conditional-comments-block-downloads/ .
2013-12-30 23:46:55 +01:00
Wincent Colaiuta
0e95e8e76d
Fix a typo in the working-with-the-browser docs
2013-12-30 23:44:07 +01:00
Cheng Lou
cdb328be92
docs tips expose component function
2013-12-30 23:43:30 +01:00
jhiswin
4b7eb66b31
live_editor.js using deprecated function
...
unmountAndReleaseReactRootNode -> unmountComponentAtNode
breaks html-jsx.html
2013-12-30 19:57:41 +01:00
petehunt
b55ebc0a95
Update parent/child communication tip
2013-12-30 19:45:40 +01:00
Vjeux
3a370b8db5
Community Round-up #13
2013-12-30 18:30:56 +01:00
Ben Alpert
12b94b0a8c
Move initial $.ajax out of getInitialState
...
We want to encourage people to make pure getInitialState functions.
2013-12-30 18:30:48 +01:00
Ivan Kozik
880951f08c
console.log -> console.error
2013-12-30 18:30:12 +01:00
Ivan Kozik
838589c37a
Add a warning about the @jsx declaration
2013-12-30 18:30:07 +01:00
Ivan Kozik
0ae26fed60
Use explicit $.ajax dataType and add error callback
2013-12-30 18:30:00 +01:00
Cheng Lou
c68b972618
docs add warning to add jsx pragma
2013-12-30 18:29:53 +01:00
Cheng Lou
a35671a6ec
docs remove video at the bottom
2013-12-24 07:45:37 +01:00
Vjeux
5a571e0777
Add a talks section to the docs
2013-12-24 01:31:56 -05:00
Fabio M. Costa
645e25d7a8
language update as suggested by @petehunt
2013-12-24 00:49:19 -05:00
Fabio M. Costa
fa42d0cc6d
updating text as suggested by @petehunt
2013-12-24 00:49:11 -05:00
Fabio M. Costa
0a8c2bb272
Adding note about onScroll on IE8
2013-12-24 00:49:06 -05:00
Fabio M. Costa
8de5a925fa
Note about react's version on the talk, since somethings have already changed since then
2013-12-24 00:48:57 -05:00
Vjeux
14e05c9dbb
typo
2013-12-23 18:54:16 +01:00
Vjeux
219f25c812
Fix html-jsx compiler
...
It changed React Playground to add a required props but unfortunately didn't update the call sites of the front-page. I don't think it should be required so I'm just making it optional and providing the correct default value.
Test Plan:
- Open the front page and make sure examples are working
- Open /react/jsx-compiler.html and make sure it is working
- Open /react/html-jsx.html and make sure it is working
2013-12-23 18:32:13 +01:00
Daniel Lo Nigro
c7a915993e
Simple HTML to JSX converter, built during Hackathon 40 at Facebook.
...
See /react/html-jsx.html. Not directly linked from the site yet as there may still be some minor issues with it.
2013-12-23 18:32:04 +01:00
Vjeux
6d822d4149
Community Round-up #12
2013-12-23 18:04:55 +01:00
Vjeux
b95fee3c0b
Revert "Simple HTML to JSX converter, built during Hackathon 40 at Facebook."
...
This reverts commit 2308f95316 .
2013-12-23 07:01:12 +01:00