David Percy
0b6e1f28d7
Fix docs typo: "overridden" -> "overwritten"
I think this was meant to say "overwritten", since "the statement overwrites the data" makes more sense than "the statement overrides the data".
10 years ago
Kohei TAKATA
3e664c67b0
Translate 02-displaying-data.md to Japanese
10 years ago
Ben Alpert
1561efa027
Fix typo in blog post
(#4183 )
10 years ago
Kohei TAKATA
570b8b5dda
Fix link of getting-started.ja-JP.md
10 years ago
Paul O’Shannessy
fe9cc78bee
Merge pull request #4121 from cristovaov/tutorial-doc/script-src
update script sources to be even with the example file ...
10 years ago
Ingvar Stepanyan
19ae2a89eb
Update 2015-06-12-deprecating-jstransform-and-react-tools.md
Add paragraph about parsing JSX after deprecation of esprima-fb.
10 years ago
Paul O’Shannessy
6bac959b57
Merge pull request #4103 from marocchino/ko-update
Update Korean transltaion to 4c778e2
10 years ago
Kohei TAKATA
d8cdc8aec3
Translate 01-why-react.md to Japanese
10 years ago
Cristovao Verstraeten
d819da35e1
update script sources to be even with the example file in reactjs/react-tutorial repo ... apply to japanese and korean translation (+2 squashed commit)
Squashed commit:
[4564e55] Ensures we don't need to update this page for every release.
[b0d60f9] update script sources to be even with the example file in reactjs/react-tutorial repo
10 years ago
Dustan Kasten
f195b7f837
s/parse/parser in jstransform deprecation blog post
10 years ago
Paul O’Shannessy
1a5b7df123
[blog] Deprecate JSTransform & react-tools
10 years ago
Shim Won
8efc958a1e
Update Korean transltaion to 4c778e2
10 years ago
Jim
d350c29c2f
Fixed confusing use of the word/name in documentation
10 years ago
Kohei TAKATA
beef0b91cf
Fix code of getting-started-ja-JP
10 years ago
Scott Feeney
d48ff3d5ac
Merge pull request #4003 from AnSavvides/on-change-vs-on-input
[#3964 ] Add note about React's onChange vs. DOM's oninput
10 years ago
Paul O’Shannessy
fbe37121d4
Merge pull request #4046 from basarat/patch-2
📝 document changes for classes
10 years ago
Basarat Ali Syed
01eb5643a2
📝 link to docs and not the blog post
10 years ago
Paul O’Shannessy
9f010f59aa
fix japanese docs permalinks
10 years ago
Ben Alpert
d00053fddd
Merge pull request #3884 from glenjamin/patch-3
Document boolean attributes in JSX
10 years ago
Andreas Savvides
fe77239a9b
[ #3964 ] Add note about React's onChange vs. DOM's oninput
10 years ago
Basarat Ali Syed
0ce79961c2
📝 document changes for classes
Taking https://github.com/facebook/react/pull/4013#discussion_r31829922 into account
10 years ago
Benjamin Woodruff
d36a3c8326
Enable more eslint-plugin-react rules
This should contain all the rules we probably want to use, except
react/wrap-multilines, which requires a larger codemod, and would
clutter this commit.
10 years ago
Arian Faurtosh
49ca9b3091
added missing DOCTYPE
10 years ago
Paul O’Shannessy
5eede763a7
Merge pull request #3975 from marocchino/update-korean
Update Korean transltaion to 58fb322
10 years ago
Stefan Dombrowski
c13d1be367
Revert links to non-https fiddles back to http in old blog posts
10 years ago
Shim Won
23bb292d7f
Update Korean transltaion to 58fb322
10 years ago
Jamis Charles
a5e4c0e76b
Added challenge, keyParams and keyType on <keygen>
Chrome allowed some of these to be 'null' (allow `node.challenge` etc),
but FF didn't work. This will tell React to use node.setAttribute() to
set these values.
Tested in FF, Chrome, Safari. <keygen> isn't supported on IE.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/keygen
10 years ago
Christopher Chedeau
82c4e0cb13
Merge pull request #3938 from vjeux/blog_rn_release_process
[Blog post] React Native Release Process
10 years ago
Christopher Chedeau
cf9bb5968a
[Blog post] React Native Release Process
10 years ago
Julen Ruiz Aizpuru
82c718e0f6
Docs: value for `transitionAppear` must be boolean
10 years ago
Ben Alpert
27b218ce97
Redirect Thinking in React blog post to docs
Much easier to keep this updated if it only exists in one place. Added the byline because otherwise the voice of the post doesn't sound quite right.
10 years ago
Shim Won
55435c0b1c
Update Korean transltaion to 5bee4a5
10 years ago
Paul O’Shannessy
9b06b8838f
[docs] Give authors links.
10 years ago
Paul O’Shannessy
3183831087
Update website with 0.13.3 builds
(cherry picked from commit 107ce2b80d1f3609b5c684c29c552f8995dfeb2f)
10 years ago
Paul O’Shannessy
9c22ba920d
v0.13.3 blog post
(cherry picked from commit 179b6380cf31b735d3fb4d820099c3653127c3dd)
10 years ago
Paul O’Shannessy
263f1b4f39
Fix docs for #3690
(cherry picked from commit 2668de126c3d861d9bae8109a02fa3a70ebe3cdc)
10 years ago
Paul O’Shannessy
d30c0211c5
[docs] Fix 404 due to relative url
Closes #3914
10 years ago
Ben Alpert
21560fec6d
Clarify tutorial instructions
Fixes #3904 .
10 years ago
Thomas Röggla
21c8c2263e
Replaced call to deprected .getDOMNode() with React.findDOMNode().
The code sample in tip 18 in the docs contained a call to the
.getDOMNode() method which has been deprecated. The method call was
replaced with a call to React.findDOMNode(), which is the preferred way
of getting DOM nodes from a ref.
10 years ago
Ben Alpert
8db1bb3806
[docs] Clarify wording in Working with the Browser
I think the change in #3889 misinterpreted this slightly; this makes it clearer.
10 years ago
Paul O’Shannessy
cda5546745
Merge pull request #3888 from marocchino/korean-update
Update Korean Translation to 5275244
10 years ago
Gareth Nicholson
00e14cb50b
change wording
10 years ago
Shim Won
8221e1f174
Update Korean Translation to 5275244
10 years ago
Glen Mailer
466d65ea50
Document boolean attributes in JSX
10 years ago
Paul O’Shannessy
1ab9c3a864
Merge pull request #3881 from ef718/docs-grammar
Fix punctuation and grammar
10 years ago
Paul O’Shannessy
a5ffe5908d
Followup to #3852 , use https
10 years ago
Elaine Fang
69bd1bfab4
Add punctuation
10 years ago
Paul O’Shannessy
23099ea0f1
Merge pull request #3869 from zpao/jsx-cleanup
JSX -> Babel cleanup
10 years ago
Paul O’Shannessy
0b033d43d5
Use Babel to transform JS in docs, update other calls
10 years ago
Ben Alpert
817c3c9390
Deprecate reactjs Google Group
10 years ago