Ben Alpert
5750468161
[docs] Update supported attributes list
...
Fixes #1008 .
2014-02-13 21:47:49 -08:00
Ben Alpert
ff78c2d732
[docs] Capitalize all nav titles for consistency
2014-02-13 21:41:09 -08:00
Ben Alpert
65a2b204cc
Remove old whitespace doc warning
...
This was fixed by #480 .
2014-02-13 01:37:06 -08:00
Ben Alpert
9bc90ba05c
Merge pull request #1034 from nadeeshacabral/patch-1
...
Fixed sample code fence highlight
2014-02-12 23:23:49 -08:00
Pete Hunt
259200cc77
Update videos.md
...
There is a better video clip for the Meteor devshop
2014-02-11 22:57:56 -08:00
Cheng Lou
8116e9cb38
[Docs] Hide compiled js tab in jsx-compiler.html
...
Fixes #1049
2014-02-10 23:22:59 -08:00
Pete Hunt
2d19930eba
Update complementary-tools.md
2014-02-10 21:16:13 -08:00
Pete Hunt
d44d9470ad
Update complementary-tools.md
2014-02-10 10:37:59 -08:00
Pete Hunt
56d8adf475
Update complementary-tools.md
2014-02-09 19:18:11 -08:00
Ben Alpert
36f250bf9c
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
948c0beb48
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
57e5bfdfc3
Docs: Fixed reference to unreachable url.
2014-02-06 21:32:30 -05:00
cpojer
5989a938d3
Add PropTypes.ArrayOf and clean up ReactPropTypes.js
2014-02-06 11:28:51 -08:00
Nadeesha Cabral
2ad7d1a0ef
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
436785e43b
docs(ServerRendering): Reflect renderComponentToString changes
2014-02-06 07:56:37 +01:00
Paul O’Shannessy
b88f451383
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
fad00d0992
Don't use <center> for twitter embeds
2014-02-05 15:51:06 -08:00
Jonas Gebhardt
2758b08f12
Community Round-Up #15 ; center embedded tweets
2014-02-05 15:19:53 -08:00
petehunt
eaf234a53b
more references
2014-02-03 23:33:20 -08:00
petehunt
5de5db12e5
update docs for React.Children
2014-02-03 23:28:49 -08:00
Stoyan
c61ad04ead
Update videos.md
2014-02-03 22:09:00 -08:00
Pete Hunt
7eae833404
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
2ea59e9eaf
adding a link to react-router
2014-02-02 01:23:12 -07:00
Pete Hunt
4fd9722b61
Update example-apps.md
2014-02-01 18:43:12 -08:00
Christopher Chedeau
3823937f21
Merge pull request #1011 from petehunt/complementary-tools
...
Add a complementary tools page
2014-02-01 18:36:45 -08:00
petehunt
c07c43b202
add example apps page
2014-02-01 18:11:00 -08:00
petehunt
22d23865a4
Add a complementary tools page
2014-02-01 17:43:56 -08:00
Pete Hunt
3191fb3d76
Update videos.md
2014-02-01 17:01:52 -08:00
petehunt
ce5990eda4
Add link to meteor talk
2014-02-01 17:01:19 -08:00
Ben Alpert
1186535c7a
[docs] Fix comma splice
2014-01-31 22:30:38 -08:00
Ben Alpert
27087a5704
Disable CodeMirror smart indentation
...
Fixes #966 .
2014-01-31 22:10:37 -08:00
Christopher Chedeau
4c6f89902e
s/Mock DOM/Virtual DOM/
...
Let's be consistent with the naming
2014-01-31 10:57:06 -08:00
Richard D. Worth
835abde4c1
Update tutorial.md to still have jQuery script tag in later code sample
2014-01-31 12:13:52 -06:00
Kunal Mehta
2ab43c462e
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
9eee77b568
Merge pull request #985 from petehunt/remove-react-page
...
Remove references to react-page
2014-01-30 10:40:48 -08:00
Eric Schoffstall
5409381eb0
fix grammar mistake
2014-01-29 20:19:51 -07:00
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
2014-01-29 13:06:22 -08:00
Pete Hunt
3efd590bcd
Update 09.2-form-input-binding-sugar.md
2014-01-29 12:45:46 -08:00
Ben Alpert
9815379f38
Fix docs typo
2014-01-29 11:19:45 -08:00
petehunt
a437abb46a
remove references to react-page
2014-01-28 16:02:16 -08:00
Bob Eagan
c54d5a06f7
add hash link for lifecycle section of working with the browser page
2014-01-24 16:46:09 -07:00
Bob Eagan
c084776ff7
fix incorrect link
2014-01-24 11:10:16 -07:00
Bob Eagan
b24d241b82
replace "comments.json" with this.props.url
2014-01-24 08:52:00 -07:00
Ayman Osman
2eef22ace2
Fix typo
2014-01-23 19:21:20 +00:00
Jean Lauliac
df5faa78a8
Normalize internal links in 'why react' article
2014-01-22 22:01:20 +01:00
Jean Lauliac
3c64d5d020
Update broken link in 'why react' article
2014-01-22 21:53:36 +01:00
cpojer
808dea5c08
Update propTypes documentation.
2014-01-21 16:45:34 -08:00
Ben Alpert
2a4e16536d
Merge pull request #914 from chenglou/jsx
...
tweak frontpage first example code
2014-01-17 18:27:51 -08:00
Cheng Lou
99304a3a20
[docs] Tweak frontpage first example and jsx-compiler example
2014-01-17 17:53:44 -08:00
Ben Alpert
dd2dc27184
Simplify live editor execution logic
2014-01-17 17:42:53 -08:00