Kohei TAKATA
e0c2277a3c
Translate 06-transferring-props.md to Japanese
10 years ago
Jim
9e04dbe7e1
Merge pull request #4262 from coryhouse/patch-1
Removed redundant word
10 years ago
Kohei TAKATA
e7f155dcab
Translate 05-reusable-components.md to Japanese
10 years ago
Cory House
898bf730d2
Removed redundant word
10 years ago
Andres Kalle
25104d6a52
Typo fix
10 years ago
Jim
1b4ed4dfb1
Merge pull request #4249 from tako-black/translate_multiple-components_to_japanese
Translate 04-multiple-components.md to Japanese
10 years ago
Kohei TAKATA
adb3a52907
Translate 04-multiple-components.md to Japanese
10 years ago
Paul O’Shannessy
f607409d4f
Merge pull request #4229 from tako-black/translate_jsx-spread_to_japanese
Translate 02.2-jsx-spread.md to Japanese
10 years ago
Paul O’Shannessy
741300049e
Merge pull request #4242 from tako-black/translate_interactivity-and-dynamic-uis_to_japanese
Translate 03-interactivity-and-dynamic-uis.md to Japanese
10 years ago
Kohei TAKATA
c52b1515bb
Translate 03-interactivity-and-dynamic-uis.md to Japanese
10 years ago
Jim
64eaa1caaf
Merge pull request #4240 from tako-black/translate_jsx-gotchas_to_japanese
Translate 02.3-jsx-gotchas.md to Japanese
10 years ago
Kohei TAKATA
f43434e13a
Translate 02.3-jsx-gotchas.md to Japanese
10 years ago
Kohei TAKATA
f3460f0b52
Change 'Javascript' to 'JavaScript'
10 years ago
Shim Won
122c926d95
Add site title to first code snippet of getting started (bd9d4b2)
10 years ago
Shim Won
bee993cb55
Update script source (c227a39)
10 years ago
Kohei TAKATA
4a6a068d25
Translate 02.2-jsx-spread.md to Japanese
10 years ago
Ben Alpert
1d6465647a
Merge pull request #4204 from dpercy/patch-1
Fix docs typo: "overridden" -> "overwritten"
10 years ago
Kohei TAKATA
0b4a8c863a
Translate 02.1-jsx-in-depth.ja-JP.md to Japanese
10 years ago
Jim
6b81c27498
Merge pull request #4202 from tako-black/translate_displaying-data_to_japanese
Translate 02-displaying-data.md to Japanese
10 years ago
Tay Yang Shun
84e3594c0f
Add site title to first code snippet of getting started
10 years ago
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
Luke Horvat
c6fe815d65
Add IIFE example to JSX documentation
10 years ago
alexpien
3a1a529626
Add support for appear and appear-active classes
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