Commit Graph

804 Commits

Author SHA1 Message Date
Niklas Boström dea228e4ae Embed video from F8
Edited in githubs inline editor. Not tested!
2014-05-06 15:18:02 +02:00
Isaac Salier-Hellendag d6731e7a0b Merge pull request #776 from syranide/superkey
Even better normalization of KeyboardEvent + MouseEvent
2014-05-05 16:19:02 -05:00
Paul O’Shannessy c253c786a9 Merge pull request #1468 from dschafer/tutorial
Update jsfiddles in thinking-in-react to remove handleSubmit from forms
2014-05-05 13:10:28 -07:00
Paul O’Shannessy 064abe3d49 Merge pull request #1470 from hendrikswan/master
Link to tagtree 'Thinking in React' video - on master
2014-05-02 15:22:27 -07:00
hendrik swanepoel cdac160439 Fixed a couple of issues with link to tagtree.tv video 2014-05-02 21:28:31 +02:00
Andreas Svensson bf7826c68d Normalize and polyfill KeyboardEvent further, also MouseEvent+TouchEvent
KeyboardEvent now normalizes "charCode", "keyCode", "which" across all browsers
KeyboardEvent has partial "key"-support for KeyDown/KeyUp and full "key"-support for KeyPress.
KeyboardEvent, MouseEvent and TouchEvent now has "getModifierState", polyfill when not implemented.
2014-05-01 16:56:43 +02:00
hendrik swanepoel 6323db7c18 link to tagtree 'Thinking in React' video 2014-05-01 11:30:21 +02:00
dschafer fbbace6b69 Update jsfiddles in thinking-in-react to remove onSubmit from forms 2014-04-29 19:53:13 -07:00
Ben Alpert 05cc7b635c Move tooling info to Complementary Tools wiki
I moved the info that was here to the wiki page: https://github.com/facebook/react/wiki/Complementary-Tools; it doesn't need to live in the website any more.
2014-04-28 21:03:19 -03:00
Pete Hunt df72bd76be Update videos.md 2014-04-23 15:45:48 -07:00
Daniel Gasienica 663dd6f5b3 Match `setTimeout` delay with documentation 2014-04-15 13:45:09 -07:00
Ben Alpert f27175d166 Fix preposition capitalization 2014-04-14 16:28:46 -07:00
Ben Alpert 14580fb012 Update refs example code to use onChange
Fixes #1408.

Test Plan: Copy each code snippet into jsbin; type in the text box successfully; click the button and see the input clear (and in the second example, get focused).
2014-04-14 16:23:37 -07:00
Paul O’Shannessy 4c7422f4d3 Merge pull request #1384 from chenglou/render-docs
[Docs] Rendering null/false and getDOMNode
2014-04-14 10:15:14 -07:00
Paul O’Shannessy 34c9e142dc Merge pull request #1386 from georgesisco/master
In the tutorial, carry ajax error checking from step 13 forward to other ajax steps
2014-04-14 10:14:35 -07:00
Cheng Lou ea361e884e Merge pull request #1284 from plievone/directives-2-commands
[addons] Renamed update() directives to commands
2014-04-13 14:25:38 -07:00
Ben Alpert b067556a93 Merge pull request #1390 from chenglou/doc-new-proptypes
[Docs] new PropType behavior
2014-04-11 17:42:27 -07:00
Cheng Lou acc9bde1f3 [Docs] new PropType behavior
(Killed the TODOs since they're no longer valid).
2014-04-11 17:40:04 -07:00
georgesisco 287db7017e Update tutorial.md 2014-04-10 14:51:10 -04:00
Cheng Lou f728846712 docs remove comment section 2014-04-09 22:53:54 -07:00
Cheng Lou e17222671e [Docs] Rendering null/false and getDOMNode. 2014-04-09 19:26:42 -07:00
George A Sisco III af7ea7c999 Carry ajax error checking from step #13 forward to other ajax steps
The following steps also have an ajax function, but the 'error:' param
is gone after #13:
#14
#17
#19
#20
This may be superfluous, but it helped me find an error with something I
was doing - Namely, in my .json file, I had single line javascript
comments ("//") that I copied from the tutorial. I couldn't find the
issue on later steps, but was able to see my issue when the error
handler complained about an unexpected "/" in my file in step #13.
2014-04-09 13:42:13 -04:00
Marcin Kwiatkowski 5167b7a5b2 fix typo in 09.4-test-utils.md 2014-04-09 01:31:02 +01:00
Felix Kling af79caf1aa Update 05-reusable-components.md
`any` also seems to accept primitive values, not only objects. And since we already have `React.PropType.object`, the description was confusing.
2014-04-08 15:43:24 -07:00
Christopher Chedeau 009be62906 Document multiple ways to insert comments in JSX 2014-04-08 15:24:09 -07:00
Karl Mikkelsen f0a8a397ac Link to Events from Forms
closes #1372
2014-04-07 17:47:41 -07:00
Paul O’Shannessy 7f9ab471ac Merge pull request #1365 from akre54/unminified-docs-js
Serve unminified react.js on docs site
2014-04-07 15:42:50 -07:00
Paul O’Shannessy 40cbc074ee Move complementary tools to wiki for easier management. 2014-04-07 12:56:38 -07:00
Adam Krebs a6211a0fd8 Serve unminified react on docs site. Fixes #1359 2014-04-07 02:13:59 -04:00
Daniel Lo Nigro 21de5c816f ReactJS.NET blog post
Closes #1354.
2014-04-04 13:23:24 -07:00
Ben Alpert ed0ef164c0 Fix appearance of code blocks in lists 2014-04-04 12:55:43 -07:00
Paul O’Shannessy 4f6800c2a4 Merge pull request #1306 from twobit/master
Add dx and dy attributes for SVG text
2014-04-03 15:05:44 -07:00
Paul O’Shannessy 079749bac6 Merge pull request #1338 from chenglou/tip-children
[Docs][Tips] Entry on this.props.children and tweak component ref entry
2014-04-03 09:30:53 -07:00
Ben Alpert 67ff4e5050 Add acknowledgement to Christopher Aue 2014-04-03 07:33:32 -07:00
Ben Alpert 2d66fc4518 Add callback to setProps docs 2014-04-02 15:01:50 -07:00
Kunal Mehta 93a033a94f Remove erroneous line about static methods. 2014-04-01 13:36:56 -07:00
Kunal Mehta d236a0538d Simplify comment. 2014-04-01 13:04:09 -07:00
Kunal Mehta da27fb049a [docs] Amend "References to components" tip to mention descriptors. 2014-04-01 11:42:15 -07:00
Cheng Lou dc7242c786 [Docs][Tips] Entry on this.props.children and tweak component ref entry
Component ref entry wasn't registered in nav_tips.
2014-03-31 19:13:16 -07:00
Daniel Lo Nigro 306209be9e [Docs] Consistent use of self-closing tags in layout 2014-03-30 22:42:02 -07:00
Stephen Murphy 468007612f Merge branch 'master' of github.com:facebook/react 2014-03-30 12:53:26 -07:00
Christopher Chedeau 70a8c55023 Merge pull request #1288 from vjeux/server_docs
Add client/server mention in componentDid/WillMount documentation
2014-03-28 23:24:20 -07:00
Daniel Gasienica 5fc2ecbe92 Fix minor typo in `update` `$push` directive 2014-03-28 16:33:03 -07:00
Josh Duck e5c8831f90 Formatting
An extra "`" snuck in there.
2014-03-28 14:26:05 -07:00
Paul O’Shannessy a778bf2c51 [blog] The Road to 1.0 2014-03-28 13:38:28 -07:00
Stephen Murphy 94c2f961fd added dx and dy for laying out text with relative offsets 2014-03-26 16:57:50 -07:00
Christopher Chedeau e55b9aa059 Add client/server mention in componentDid/WillMount documentation 2014-03-22 12:18:12 -07:00
plievone c5bf2ada4b [addons] Renamed update() directives to commands 2014-03-22 01:40:05 +02:00
Paul O’Shannessy aea3949062 0.10 release materials 2014-03-21 14:57:03 -07:00
Pete Hunt 68da0eccbe Merge pull request #1282 from jeffbski/addCodewinds004Videos
add CodeWinds episode 4 w/Pete Hunt to videos
2014-03-21 12:54:48 +00:00
Jeff Barczewski 593889b87a add CodeWinds episode 4 w/Pete Hunt to videos
Added to videos.md
2014-03-21 07:41:06 -05:00
Paul O’Shannessy 732f4717a6 Merge pull request #1186 from chenglou/doc-toString-opt
[Docs] document optional param for renderComponentToString
2014-03-20 17:28:51 -07:00
Greg Hurrell 5aaf4dbae9 Fix a minor typo in the `update()` docs 2014-03-19 15:33:43 -07:00
Paul O’Shannessy ecea2918cf 0.10rc blog post 2014-03-18 22:15:16 -07:00
Ben Alpert c1443e92e6 Merge pull request #1226 from LilyJ/master
included link to React devtools in tooling-integration. fixes #791
2014-03-16 22:42:14 -07:00
Paul O’Shannessy 52e8f3fdb0 Merge pull request #1248 from asolove/svg-text-anchor
Add svg text-anchor attribute
2014-03-16 22:33:00 -07:00
Jonas Gebhardt 83e4ef16e6 Community Round-up #18 2014-03-14 16:56:12 -07:00
ray f6a2888910 change some translation words 2014-03-13 23:28:50 +08:00
ray b7471bcd93 add translation for getting-started.md 2014-03-13 23:19:29 +08:00
ray 93b6804912 make translation better 2014-03-13 21:12:25 +08:00
ray 3c9b797d21 fix `(` 2014-03-13 21:00:25 +08:00
Adam Solove 6a01752f3d Add svg text-anchor attribute. 2014-03-12 10:07:05 -04:00
Eric Florenzano 3efa02da91 Remove Shirtstarter as an example application.
We have unexpectedly had to shut Shirtstarter down, so it won't serve as a good React.js example any more unfortunately -- sorry for the documentation churn.
2014-03-11 15:45:14 -07:00
ray c6a59c0ae6 fix some translation error 2014-03-11 17:51:09 +08:00
ray c3948483d9 add chinese translation for 01-why-react.md 2014-03-11 17:36:57 +08:00
fxbois 9ffd70c688 Update 08-tooling-integration.md
emacs compatibility
2014-03-08 18:12:05 +01:00
Lily 4b56947560 included link to React devtools in tooling-integration. fixes #791 2014-03-06 13:00:48 -08:00
Cheng Lou af1b63456e Merge pull request #1222 from spicyj/npm-dl
[docs] Add more words to downloads page
2014-03-05 20:23:10 -08:00
Ben Alpert ac3051530a [docs] Add more words to downloads page 2014-03-05 20:16:50 -08:00
Ben Alpert e954a1c0d9 Add Object.freeze to polyfill list 2014-03-03 15:55:19 -08:00
petehunt 2f6656e3e9 fix 2014-03-03 10:39:41 -08:00
petehunt a0ecf47242 Add thinking in react to the official docs 2014-03-03 10:37:33 -08:00
Pascal Hartig 8df5e55efd Add missing backtick in complementary-tools.md 2014-03-02 22:10:24 +00:00
Ville Immonen 0217461d16 Merge the lists of JSX integrations in the docs.
There were these two lists of JSX tools at Complimentary Tools
and Tooling Integration, that were a bit out of sync with each other.

Bring them together and add a link to the former from the latter.
2014-03-01 16:50:40 +02:00
Eric Florenzano 6485e21956 Add Shirtstarter to examples of production apps.
Shirtstarter is 100% built on React.
2014-02-28 13:40:14 -08:00
Cheng Lou 071d2a947c [Docs] document optional param for renderComponentToString 2014-02-26 15:11:53 -08:00
Ben Alpert 298a05517e Tweak propTypes examples for clarity in oneOfType 2014-02-26 15:03:47 -08:00
Pete Hunt ba78edbed8 Update complementary-tools.md 2014-02-25 17:01:00 -08:00
Paul O’Shannessy 34b6707132 Merge pull request #1166 from chenglou/docs-examples-consolidate
[Docs] Consolidate the two examples sections
2014-02-25 16:45:01 -08:00
Ben Alpert 04111d5228 Add acknowledgements page 2014-02-24 17:18:57 -08:00
Jonas Gebhardt a6c1b91c7d fix typo in community round-up #17 2014-02-24 15:27:02 -08:00
Jonas Gebhardt 5049fc6b05 Community Round-up # 17 2014-02-24 14:20:17 -08:00
Cheng Lou 25cafec4a9 [Docs] Consolidate the two examples sections
Also made the formatting more consistent between complementary-tools and
examples.
2014-02-23 18:58:28 -08:00
Ben Alpert 61c287c5ea [docs] Fix version in lifecycle argument note
Fixes #1163.
2014-02-23 16:49:27 -08:00
Pete Hunt 7bba8c3257 Merge pull request #1155 from petehunt/update-helper
Add update() docs
2014-02-21 15:58:39 -08:00
petehunt 989f6f987d Add update() docs 2014-02-21 13:07:51 -08:00
Ben Alpert e2b006f9ae .dataTransfer not .dragTransfer 2014-02-21 12:13:21 -08:00
Andrey Popp da0b34e945 docs: update link for react-async 2014-02-21 18:30:19 +04:00
Andrey Popp cbce621570 docs: update react-router-component link 2014-02-21 15:51:27 +04:00
Daryl Lau 8aaf5fdbf4 incorrect include in css transition group example?
TransitionGroup maps to ReactTransitionGroup, shouldn't it be a ReactCSSTransitionGroup?
2014-02-20 18:26:56 -08:00
Ben Alpert 445611f3e6 Add html5shiv to polyfill docs
cf. #1030
2014-02-20 17:21:41 -08:00
Ben Alpert 89d4d352e1 Tweak tutorial wording to be more accurate 2014-02-20 11:40:14 -08:00
Paul O’Shannessy f3c1383af9 Add context deprecation to changelog, reformat 2014-02-20 10:32:21 -08:00
Shaun Trennery c32e398a5c Addition of 'this.context' component breaking change
this.context on components is now reserved for internal use by React

closes #1141
2014-02-20 10:32:12 -08:00
Paul O’Shannessy 95edc396df version bump to 0.10.0-alpha 2014-02-19 22:53:29 -08:00
Paul O’Shannessy bb729a5784 Merge pull request #1131 from spicyj/rel-notes-0.9-2
React v0.9 blog post
2014-02-19 21:47:29 -08:00
Paul O’Shannessy b99705f690 Merge branch 'joshduck-patch-1'
Closes #989
2014-02-19 18:10:20 -08:00
Paul O’Shannessy 7e7aa21e24 tweak object property warning. 2014-02-19 18:07:24 -08:00
Ben Alpert 01b68c0e76 React v0.9 blog post 2014-02-19 12:05:47 -08:00
Ben Alpert 99b80938af Update Simulate docs and reorg a little bit 2014-02-19 11:16:55 -08:00
martinandert 970ae44c1f complementary-tools repo owner changed 2014-02-19 09:34:33 +01:00
petehunt 30faba394d clone docs 2014-02-18 23:26:51 -08:00
Pete Hunt 93e7778d5f Merge pull request #1112 from petehunt/testutils-addons
Add ReactTestUtils to addons
2014-02-18 22:58:30 -08:00
petehunt c2904b978e fix docs 2014-02-18 22:57:41 -08:00
petehunt 8122cadeb4 Add ReactTestUtils to addons 2014-02-18 22:54:24 -08:00
petehunt ea803c47ba docs fixes 2014-02-18 22:51:51 -08:00
petehunt 42c837e4dd remove child factories 2014-02-18 22:48:52 -08:00
petehunt cadd6cbb6c add ReactCSSTransitionGroup to addons and document it 2014-02-18 22:47:53 -08:00
Paul O’Shannessy c0660ea6e0 Merge pull request #1100 from plievone/mapchildren-docs
Fix docs for React.Children.map, .forEach, .only.
2014-02-18 21:43:30 -08:00
Paul O’Shannessy 8a47813baa Update copyrights for 2014.
grep -rl 'Copyright 2013 Facebook' static_upstream | xargs perl -pi -w -e s/Copyright 2013 Facebook/Copyright 2013-2014 Facebook/g;'

Not going to check in a script to do this since it will just change every year.
Closes #1006
2014-02-18 17:06:43 -08:00
Pete Hunt f73b894c37 Update complementary-tools.md 2014-02-17 10:42:09 -08:00
Pete Hunt 4642a70277 Update complementary-tools.md 2014-02-17 10:41:48 -08:00
Dustin Getz 1b5af6b405 Add wingspan-forms to complimentary tools docs 2014-02-17 11:48:42 -06:00
Ben Alpert 9e160df868 Blog post for 0.9 release candidate 2014-02-16 18:47:04 -08:00
Paul O’Shannessy 9125f68194 0.9.0-rc1 2014-02-16 17:38:52 -08:00
plievone 827c44fcd3 Fix docs for React.Children.map, .forEach, .only. 2014-02-16 22:41:30 +02:00
Pete Hunt b7ba0f173e Update complementary-tools.md 2014-02-16 12:11:54 -08:00
Ben Alpert 0d4213001b Fix typo in latest round-up 2014-02-15 22:53:42 -08:00
Jonas Gebhardt 78ac842b4a Add community round-up #16 2014-02-15 15:50:30 -08:00
Ben Alpert 31bc18d39e Add simple docs on statics to reference section
Fixes #1056.
2014-02-14 11:54:58 -08:00
Cheng Lou f4798ebee1 [Docs] Add Object.keys to list of shims 2014-02-14 09:52:04 -08:00
Ben Alpert 67c5d76321 Add missing commas in propTypes docs 2014-02-13 23:19:41 -08:00
Pete Hunt a8af11b46d Merge pull request #1086 from spicyj/new-proptypes
Add docs for new prop types
2014-02-13 23:03:42 -08:00
Ben Alpert 30646c9c1e Add docs for new prop types 2014-02-13 22:59:48 -08:00
Ben Alpert 8c3ac3203d Merge pull request #940 from chenglou/tips-val
[docs] Document newly added unitless css props in tips
2014-02-13 22:40:51 -08:00
Cheng Lou 559933655a [Docs] Document newly added unitless css props in tips 2014-02-13 22:39:30 -08:00
Ben Alpert 0a9eaab61f [docs] Add properties that were in 0.8 too
This time I actually generated it from the DefaultDOMPropertyConfig file.
2014-02-13 22:02:06 -08:00
Ben Alpert f8349f9614 Add formNoValidate and noValidate too 2014-02-13 21:50:17 -08:00
Ben Alpert 80cbdea144 [docs] Update supported attributes list
Fixes #1008.
2014-02-13 21:47:49 -08:00
Ben Alpert 1991e46f1a [docs] Capitalize all nav titles for consistency 2014-02-13 21:41:09 -08:00
Ben Alpert 6f305505a7 Remove old whitespace doc warning
This was fixed by #480.
2014-02-13 01:37:06 -08:00
Ben Alpert f37474b75b Merge pull request #1034 from nadeeshacabral/patch-1
Fixed sample code fence highlight
2014-02-12 23:23:49 -08:00
Pete Hunt db6ff14e7d Update videos.md
There is a better video clip for the Meteor devshop
2014-02-11 22:57:56 -08:00
Cheng Lou 0f4cc6ee84 [Docs] Hide compiled js tab in jsx-compiler.html
Fixes #1049
2014-02-10 23:22:59 -08:00
Pete Hunt 25e56a4540 Update complementary-tools.md 2014-02-10 21:16:13 -08:00
Pete Hunt 2e17144ac0 Update complementary-tools.md 2014-02-10 10:37:59 -08:00
Pete Hunt eb3d516f40 Update complementary-tools.md 2014-02-09 19:18:11 -08:00
Ben Alpert bc27325d31 Merge pull request #1003 from rdworth/patch-1
Update tutorial.md to still have jQuery script tag in later code sample
2014-02-07 00:08:22 -08:00
imagentleman 3141bc5084 Update broken link in "Why React" post
The AngularJS docs have been updated since the post was originally published.

It should point to the docs from that date (June 5th).
2014-02-06 23:41:48 -05:00
imagentleman e9e44773ee Docs: Fixed reference to unreachable url. 2014-02-06 21:32:30 -05:00
cpojer 71c10b9f45 Add PropTypes.ArrayOf and clean up ReactPropTypes.js 2014-02-06 11:28:51 -08:00
Nadeesha Cabral 5f941628e0 Fixed missing lighted line
The line number added had been changed from the previous representation of the code fence, but was not highlighted. Therefore, fixed.
2014-02-06 19:11:19 +05:30
Ben Ripkens 4c1a737343 docs(ServerRendering): Reflect renderComponentToString changes 2014-02-06 07:56:37 +01:00
Paul O’Shannessy 647e65525c Center twitter embeds differently. again.
This time, just target the iframe. display: table was weird in webkit.
2014-02-05 16:25:13 -08:00
Paul O’Shannessy 8360da2937 Don't use <center> for twitter embeds 2014-02-05 15:51:06 -08:00
Jonas Gebhardt 2f812b6f9b Community Round-Up #15; center embedded tweets 2014-02-05 15:19:53 -08:00
petehunt aebfd641aa more references 2014-02-03 23:33:20 -08:00
petehunt 9e1c6950b1 update docs for React.Children 2014-02-03 23:28:49 -08:00
Stoyan c8a2018228 Update videos.md 2014-02-03 22:09:00 -08:00
Pete Hunt fa046ca04e Merge pull request #963 from bobeagan/patch-1
Replace "comments.json" with this.props.url in the docs tutorial code snippet
2014-02-03 15:08:17 -08:00
Jared Forsyth 92a20220e7 adding a link to react-router 2014-02-02 01:23:12 -07:00
Pete Hunt e4d1618f63 Update example-apps.md 2014-02-01 18:43:12 -08:00
Christopher Chedeau 78f3addd01 Merge pull request #1011 from petehunt/complementary-tools
Add a complementary tools page
2014-02-01 18:36:45 -08:00
petehunt 26c6ea961b add example apps page 2014-02-01 18:11:00 -08:00
petehunt aaada5e212 Add a complementary tools page 2014-02-01 17:43:56 -08:00
Pete Hunt f18bda51d6 Update videos.md 2014-02-01 17:01:52 -08:00
petehunt 3119d66e26 Add link to meteor talk 2014-02-01 17:01:19 -08:00
Ben Alpert 98432365d9 [docs] Fix comma splice 2014-01-31 22:30:38 -08:00
Ben Alpert a2e805b26e Disable CodeMirror smart indentation
Fixes #966.
2014-01-31 22:10:37 -08:00
Christopher Chedeau f1b54bc310 s/Mock DOM/Virtual DOM/
Let's be consistent with the naming
2014-01-31 10:57:06 -08:00
Richard D. Worth e58064a8db Update tutorial.md to still have jQuery script tag in later code sample 2014-01-31 12:13:52 -06:00
Kunal Mehta 43a242b67f 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-01-30 17:14:59 -08:00
Pete Hunt b225b34f91 Merge pull request #985 from petehunt/remove-react-page
Remove references to react-page
2014-01-30 10:40:48 -08:00
Eric Schoffstall cf1089fa0e fix grammar mistake 2014-01-29 20:19:51 -07:00
Paul O’Shannessy d8e9eb978b Fix animation example code
key should never be index into an array or there are bugs. Especially in
transitions.

Fixes #853
2014-01-29 13:06:22 -08:00
Pete Hunt 46c6ac5bb0 Update 09.2-form-input-binding-sugar.md 2014-01-29 12:45:46 -08:00
Ben Alpert 4894055114 Fix docs typo 2014-01-29 11:19:45 -08:00
Josh Duck b5dbbd5b2d 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
petehunt 470a7d11ee remove references to react-page 2014-01-28 16:02:16 -08:00
Bob Eagan e3342f31b2 add hash link for lifecycle section of working with the browser page 2014-01-24 16:46:09 -07:00
Bob Eagan 4aececb645 fix incorrect link 2014-01-24 11:10:16 -07:00
Bob Eagan 7614af3c9a replace "comments.json" with this.props.url 2014-01-24 08:52:00 -07:00
Ayman Osman 97518fd664 Fix typo 2014-01-23 19:21:20 +00:00
Jean Lauliac b872100be6 Normalize internal links in 'why react' article 2014-01-22 22:01:20 +01:00
Jean Lauliac 14cb99c9aa Update broken link in 'why react' article 2014-01-22 21:53:36 +01:00
cpojer ca02a068b8 Update propTypes documentation. 2014-01-21 16:45:34 -08:00
Ben Alpert ffc31ed77b Merge pull request #914 from chenglou/jsx
tweak frontpage first example code
2014-01-17 18:27:51 -08:00
Cheng Lou d8d4120614 [docs] Tweak frontpage first example and jsx-compiler example 2014-01-17 17:53:44 -08:00
Ben Alpert ea711f1d62 Simplify live editor execution logic 2014-01-17 17:42:53 -08:00
Ben Alpert 4440486a24 Properly clear live editor on JSX compile failure 2014-01-17 17:42:40 -08:00
Cheng Lou d489637a4f Merge pull request #931 from spicyj/master
Update homepage for new JSX/JS editor
2014-01-17 16:56:40 -08:00
Ben Alpert 2ac36178c6 Update homepage for new JSX/JS editor 2014-01-17 16:46:50 -08:00
Paul O’Shannessy 487f633643 Normalize line endings 2014-01-17 16:28:32 -08:00
Cheng Lou 71b585325c docs add jsx->js tab to live editors 2014-01-17 15:49:59 -08:00
Cheng Lou 4f53f58754 docs fix back link in Examples 2014-01-17 15:21:49 -08:00
Nick Thompson c2d57dff4b Clarify componentWillMount behavior 2014-01-17 12:44:21 -08:00
Christopher Chedeau 2562813c63 Document isMounted
Text from @petehunt
2014-01-16 10:08:53 -08:00
Paul O’Shannessy 8ca62bd022 [docs] Remove commented out ghbtns 2014-01-15 11:40:36 -08:00
Paul O’Shannessy a69f98b834 [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:14:15 -08:00
Paul O’Shannessy e1f4357ff7 Remove stray "117", combine lines in polyfill docs 2014-01-15 11:08:10 -08:00
Christopher Chedeau a821f03cf4 Merge pull request #892 from rtfeldman/update-shim-docs
Mention need for `es5-sham.js` in docs
2014-01-15 09:15:59 -08:00
Richard Feldman c3a2ea2256 Rewrite Older Browsers polyfill section for clarity. 2014-01-14 21:59:53 -08:00
Timothy Yung 977b60c1ed Fix "Uncontrolled Components" documentation 2014-01-14 21:13:27 -08:00
Richard Feldman f62ec225e0 Fix typo in docs. 2014-01-14 17:09:39 -08:00
Richard Feldman 9420e86480 Update docs to mention that you need both es5-shim.js and es5-sham.js to use React with IE8. 2014-01-14 16:57:27 -08:00
Ben Alpert eb2ac7f2f2 Add dataType to all $.ajax calls for consistency
Fixes https://groups.google.com/forum/#!topic/reactjs/WWA3ZqU6y4w.
2014-01-13 19:54:09 -08:00
Christoph Pojer 124096a9fe Fix #845, Trivial year change
This was accidentally pulled into gh-pages.
2014-01-13 08:56:20 -08:00
Christoph Pojer ad6a982cd0 Fix #874: Edit thinking-in-react
Accidentally pulled #874 into gh-pages.
2014-01-13 08:51:29 -08:00
cpojer d73f80ecb2 Document PropTypes.renderable and PropTypes.component 2014-01-10 09:36:22 -08:00
Ben Alpert 87a95155be Document return value of unmountComponentAtNode 2014-01-08 21:56:59 -08:00