Ben Alpert
a75727d1e2
[docs] Split up second sentence more
10 years ago
Ben Alpert
8a024c1b84
[docs] Tweak words on homepage
10 years ago
Ben Alpert
541d6a1cb0
Add React Native blog post
10 years ago
Ben Alpert
aa86d2fbab
[docs] Update site nav
10 years ago
Ben Alpert
524806a3e5
Merge pull request #3518 from alopatin/patch-1
Docs: Clarify that React.PropTypes.node accepts fragments
10 years ago
Paul O’Shannessy
d4c34bec91
Merge pull request #3504 from clariroid/docsJP
Translate 2 docs into Japanese
10 years ago
Alex Lopatin
3524427e54
Docs: Clarify that React.PropTypes.node accepts fragments
As of #3293 `ReactFragment` counts as a node, but this isn't made clear in the docs.
10 years ago
Paul O’Shannessy
425f81933d
Merge pull request #3498 from AnSavvides/patch-1
Include latest version of jQuery in tutorial
10 years ago
Andreas Savvides
7ebde90c1f
Include latest version of jQuery in tutorial
Include latest version of jQuery 2.x in tutorial
10 years ago
clariroid
d2e669f141
Fix the locale id
10 years ago
clariroid
881128e610
Translate 2 docs into Japanese
10 years ago
Paul O’Shannessy
e02e4b120f
Merge pull request #3503 from aredridel/patch-1
npm without -g should never need sudo
10 years ago
Paul O’Shannessy
7c74945694
Merge pull request #3507 from dpellier/master
Add scoped property to the list of DOM standard properties
10 years ago
Paul O’Shannessy
2d14b157f9
Merge pull request #3511 from AnSavvides/glossary-space
Minor space change to be in line with coding style everywhere else
10 years ago
Andreas
662773a2b4
Minor space change to be in line with coding style everywhere else
10 years ago
Damien Pellier
ff203a3f22
add scoped property to the list of DOM standard properties
10 years ago
Aria Stewart
cdbfb3894d
npm without -g should never need sudo
10 years ago
Paul O’Shannessy
e3d8c62de3
Merge pull request #3487 from zpao/doc/video
[docs] Videos: use https, right width videos
10 years ago
Paul O’Shannessy
cd80a20ad9
Merge pull request #3491 from bobbyrenwick/transition-group-appear-docs
adding docs for componentWillAppear and componentDidAppear
10 years ago
Bob Renwick
f75946d91d
adding docs for componentWillAppear and componentDidAppear
10 years ago
Cheng Lou
db33842478
Remove mention from docs
10 years ago
Paul O’Shannessy
ca6982e443
Merge pull request #3271 from delftswa2014/fix/todo-example
Added the key attribute into the todo example
10 years ago
Paul O’Shannessy
959fb008b7
[docs] Videos: use https, right width videos
I also added some <hr>s in there, which helps a little bit with spacing.
10 years ago
Julen Ruiz Aizpuru
3ebec4b55b
Docs: do not render components to `document.body`
Rendering to `document.body` in the examples is conveniently short, but it can
be misleading at the same time, especially for newcomers.
While it's possible to render React components to `document.body`, any 3rd
party scripts can also mess up with it, and it can have unintended consequences
and be source of difficult-to-trace bugs.
10 years ago
Ben Alpert
c0c18c2a80
Merge pull request #3442 from spicyj/kill-initializeTouchEvents
Kill React.initializeTouchEvents for good
10 years ago
Joseph Savona
fbf2a13015
Merge pull request #3463 from josephsavona/relay-components
Building The Facebook News Feed With Relay
10 years ago
Joseph Savona
e1d17c68e5
Building with Relay blog post
10 years ago
Stefan Dombrowski
a88d01c073
Fix HTML to JSX converter to work with https
10 years ago
Ben Alpert
9dd9111dd7
Kill React.initializeTouchEvents for good
Now that #1169 is fixed, the only thing this is used for is to determine whether `onTouchTap` causes touch listeners to be added. The only internal uses of TapEventPlugin are where touch events are already initialized (so this doesn't make a difference) and we don't support `onTouchTap` as part of the public API so this should be safe.
10 years ago
Paul O’Shannessy
583aa67301
0.13 blog post, starter kit
10 years ago
Paul O’Shannessy
d6cc34e4bf
Merge pull request #3419 from xmo-odoo/patch-1
Link to inserting raw HTML document
10 years ago
Julian Viereck
c72d79879c
Fix small typo
10 years ago
xmo-odoo
8433eb7c7c
Link to inserting raw HTML document
10 years ago
Stefan Dombrowski
eac5bd1499
Fix in docs: getDOMNode --> findDOMNode
10 years ago
Richard Littauer
5e474eaaef
Nominalized 'shallow copy'
I mis-parsed 'shallow copies' as adjective noun, instead of as a compound verb. I've adjusted the text to make it easier to parse on the first read, which should also help ESL learners to be able to parse it easier.
10 years ago
Ben Alpert
5c88cb855e
It\ns -> Its
10 years ago
Paul O’Shannessy
fd5b30a5fc
[docs] it's --> its
10 years ago
Paul O’Shannessy
aec6f69149
v0.13 starter kit
10 years ago
Paul O’Shannessy
69c2d366ce
Bump version so we can get back to work
10 years ago
Ben Alpert
e60e8db043
with the exception for -> with the exception of
10 years ago
Sebastian Markbage
ea4dd85a7e
ES6 Class Docs
Some minor burried docs.
10 years ago
Ben Alpert
94ce4c59e6
Add deprecation note to blog post and changelog
10 years ago
Paul O’Shannessy
ccd52562eb
[docs] Update acknowledgements
Missed updating this in #3283 before merging.
10 years ago
Paul O’Shannessy
07e4efd1b5
Update AUTHORS for 0.13
10 years ago
Paul O’Shannessy
61520bc491
Merge pull request #3363 from zpao/0.13-docs-cloneelement
[docs] React.cloneElement
10 years ago
Paul O’Shannessy
feeacd4d57
A couple small changes to the changelog for 0.13
10 years ago
Jim
7faf10630a
Merge pull request #3364 from jsfb/refs-docs
Added docs about the ref-as-callback.
10 years ago
Jim
d25e5aed00
Added docs about the ref-as-callback.
10 years ago
Ben Alpert
2662d33c59
0.13 blog post
10 years ago
Paul O’Shannessy
b8c7ed89ed
Merge pull request #3362 from jsfb/docs-for-setstate
Added docs about the first-parameter-is-function version of setState.
10 years ago