Kohei TAKATA
3e664c67b0
Translate 02-displaying-data.md to Japanese
10 years ago
Kohei TAKATA
570b8b5dda
Fix link of getting-started.ja-JP.md
10 years ago
alexpien
3a1a529626
Add support for appear and appear-active classes
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
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
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
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
Arian Faurtosh
49ca9b3091
added missing DOCTYPE
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
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
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
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
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
a5ffe5908d
Followup to #3852 , use https
10 years ago
Elaine Fang
69bd1bfab4
Add punctuation
10 years ago
Chase Adams
ba31b9644d
Change object typo to objects
10 years ago
Eduardo Garcia
b5f65b48b1
Add Wikipedia link to Cross-site scripting on "XSS attack" string
10 years ago
David Neubauer
dad1d2a38f
added animate initial mounting section to animation docs
10 years ago
Tsung Hung
04fac68f10
updated some typos, grammers, and made sentences sound better
10 years ago
Daniel Hejl
b2611b0de2
Removed redundant grave accent character from Component API docs
10 years ago
Shim Won
3eb5151a11
Update Korean Translation to 9484d0f
10 years ago
Elaine Fang
eda277665d
Add punctuation
10 years ago
Shota Kubota
18f4a5220e
Fix differences a jQuery CDN URLs, fixes #3750 .
unify to `https://code.jquery.com/jquery-2.1.3.min.js `.
10 years ago
alexpien
ff6cb17359
Update 10.1-animation.md
Custom classes
10 years ago
codesuki
ed583c05dd
Added support for SVG clipPath element and clip-path attribute
10 years ago
Shim Won
26fed0c9df
Update Translation to 0183f70
10 years ago
mheiber
b801d5856c
Update cloneWithProps documentation
Updated documentation to reflect that using React.cloneElement is the new way to copy an element and preserve `key` and `ref`.
Fixes #3432 , closes #3447 .
10 years ago
Jon Scott Clark
3a2fa5cf08
Fix line highlighting in code blocks due to addition of extra example code
10 years ago
Paul O’Shannessy
16c618dcc8
[docs] Update supported HTML attributes
10 years ago
James South
2ef5848a35
Example is JSX not JS.
10 years ago
Reed Loden
dd010b34e2
SSL/TLSize all the things! (convert http:// to https:// where appropriate)
Update links to use https:// where it is supported. There's probably a lot
more that could be fixed, but these are the core ones I found (especially
the download links in order to prevent MITM attacks). Note that there are
some fb.me links that will redirect to http:// even while accessed over
https://, but this seemed like the best way to fix those for now.
NOTE: Only non-third-party files were modified. There are references to
http:// URLs in vendored/third-party files, but seems appropriate to fix
upstream for those rather than editing the files.
Also, copy one image locally to the blog, as it was hotlinking to a site
that did not support https://.
Last, use youtube-nocookie.com instead of youtube.com for video embeds,
as the former doesn't try to set a cookie on load (privacy enhancement).
10 years ago
Adam Zapletal
536681aa5d
Fix missing line highlight in tutorial
10 years ago
Jon Scott Clark
aaf3fc4e87
Add 'cache: false' to $.ajax when fetching comments
10 years ago
Shim Won
b0d161dd5e
Update Translation to 6a7a4fd
10 years ago
Alex
011c764730
"Advanced performance" typo fix
Example code used the key "propsTypes" - correct to "propTypes"
10 years ago
Ben Alpert
fdd13d86f2
[docs] Use marked instead of Showdown and escape HTML
Fixes #3501 .
10 years ago
Serg
d12628e499
Fixed typo
10 years ago
Shim Won
1b394414a2
Update Korean translation to 0185c68
10 years ago