Commit Graph

639 Commits

Author SHA1 Message Date
Ben Alpert bcaebecce2 [docs] Point to renderComponent over setProps
(cherry picked from commit 2f61996ec3)
2014-06-24 14:24:22 -07:00
Ben Alpert 6055468d1c Be more specific with createClass, renderComponent
Closes #371.

(cherry picked from commit f1a5a4c58e)
2014-06-24 14:24:22 -07:00
Harshad Sabne 7ea026e19a Update 2014-03-21-react-v0.10.md
Fix link to React v0.10 RC
(cherry picked from commit 7172b1d5da)
2014-06-24 14:24:22 -07:00
Devon Blandin f7e4667457 Update link to @petehunt's react-server-rendering GitHub repo
(cherry picked from commit d8a2f12498)
2014-06-24 14:24:22 -07:00
Ben Alpert e88c0b1b1f Add callback to setProps docs
(cherry picked from commit 2d66fc4518)
2014-06-24 14:24:22 -07:00
enome 950ecd84ff Typo: ClosureScript -> ClojureScript 2014-05-29 13:22:04 -07:00
Cheng Lou 66b027233c [Blog] One-year anniversary post 2014-05-29 11:42:32 -07:00
Ben Alpert c28cd1ae1a Update Simulate docs to reflect reality
cf. #1532, #1445.
2014-05-14 21:39:33 -07:00
Ben Alpert 321643a858 Add missing emitChange() to Flux docs 2014-05-10 17:50:46 -03:00
Yuriy Dybskiy c29f1823a1 Update flux-todo-list.md
Fix broken link to todomvc-flux repo

@spicyj cla signed
2014-05-09 15:42:33 -03:00
fisherwebdev 424ebb5436 update Flux tutorial link 2014-05-08 20:03:36 -07:00
Vjeux 94c6396853 Flux blog post and tutorial 2014-05-09 01:32:19 +02:00
Paul O’Shannessy f832b9ce59 Move tagtree image to docs/
Missed this in #1470
2014-05-08 11:53:22 -07:00
Paul O’Shannessy d6c5058193 Title case on videos page 2014-05-08 11:47:25 -07:00
Rajiv Tirumalareddy 59c495511a Fixed incorrect usage of github api in example
more: https://developer.github.com/v3/gists/#detailed-gist-representation
2014-05-08 11:47:25 -07:00
Niklas Boström ba717cfc62 Embed video from F8
Edited in githubs inline editor. Not tested!
2014-05-08 11:47:25 -07:00
hendrik swanepoel 9af5b6b1c3 Fixed a couple of issues with link to tagtree.tv video 2014-05-08 11:47:25 -07:00
hendrik swanepoel 35321a8908 link to tagtree 'Thinking in React' video 2014-05-08 11:47:25 -07:00
dschafer d90046a104 Update jsfiddles in thinking-in-react to remove onSubmit from forms 2014-05-08 11:47:24 -07:00
Ben Alpert d28467796c 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-05-08 11:47:24 -07:00
Pete Hunt cff284f291 Update videos.md 2014-05-08 11:47:24 -07:00
Daniel Gasienica 7818b9f81f Match setTimeout delay with documentation 2014-05-08 11:47:24 -07:00
Ben Alpert 76b2e87173 Fix preposition capitalization 2014-05-08 11:47:24 -07:00
Ben Alpert a8aa901e1b 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-05-08 11:47:24 -07:00
georgesisco f45ab7c7f4 Update tutorial.md 2014-05-08 11:47:24 -07:00
George A Sisco III 383e385d51 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-05-08 11:47:24 -07:00
Cheng Lou bb3916448e docs remove comment section 2014-05-08 11:47:24 -07:00
Marcin Kwiatkowski 5936173626 fix typo in 09.4-test-utils.md 2014-05-08 11:47:24 -07:00
Felix Kling 1400085fe3 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-05-08 11:47:24 -07:00
Christopher Chedeau 6d2dd794ee Document multiple ways to insert comments in JSX 2014-05-08 11:47:24 -07:00
Karl Mikkelsen 0247d9d625 Link to Events from Forms
closes #1372
2014-04-07 17:51:36 -07:00
Paul O’Shannessy d160715b19 Move complementary tools to wiki for easier management. 2014-04-07 17:51:36 -07:00
Adam Krebs 5f6d46f696 Serve unminified react on docs site. Fixes #1359 2014-04-07 17:51:36 -07:00
Daniel Lo Nigro e197768058 ReactJS.NET blog post
Closes #1354.
2014-04-04 13:23:45 -07:00
Ben Alpert f893442591 Fix appearance of code blocks in lists 2014-04-04 12:53:36 -07:00
Ben Alpert c14a26e573 Add acknowledgement to Christopher Aue 2014-04-03 07:35:23 -07:00
Paul O’Shannessy 6210dd3325 Fix link to pit of success 2014-03-28 14:42:55 -07:00
Josh Duck 1acdd51af3 Formatting
An extra "`" snuck in there.
2014-03-28 14:32:42 -07:00
Paul O’Shannessy bf6fe2c194 [blog] The Road to 1.0 2014-03-28 13:59:43 -07:00
Paul O’Shannessy e65085846f 0.10 release materials 2014-03-21 14:31:35 -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
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