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
Leonardo YongUk Kim
52b3b5ed1b
Translate tips 11 to Korean
1. Create 11-dom-event-listeners.ko-KR.md
2. Update 03-interactivity-and-dynamic-uis.ko-KR.md to add an anchor.
Based on 52494f9d723f4b2db12a0bf16a07b243076c15cf
10 years ago
Jordan Harband
1031c61960
Updating `es5-shim` URL
10 years ago
Gareth Nicholson
26d6df1d77
clarify sentence
10 years ago
David Mininger
84c3212a78
Docs: Fix example JSX output
10 years ago
Paul O’Shannessy
54a8dba157
[docs] Fix typo
Introduced in #3589
10 years ago
Seyi Adebajo
4f618ca401
Documentation: Suggested edit adds clarity regarding when 'shouldComponentUpdate' is triggered and what the 're-rendering' process entails.
10 years ago
Seyi Adebajo
97f1a323b7
Fixed typo / grammar docs
10 years ago
Toru Kobayashi
5a6bdd6dc3
component.render method returns a ReactElement.
10 years ago
Shim Won
03e7cc7d9b
Update Korean translation to d402bd3
10 years ago
Michael Warner
f82a5206f0
More Uniform Formating
Corrected so the formatting in this document matches the same as others.
10 years ago
Ben Alpert
d6752b5da0
[docs] Fix type on renderIntoDocument
Fixes #3581 .
10 years ago
iamdoron
e5a304ff1d
use 'forEach' instead of 'map' when clearing intervals
10 years ago
Ahmad Wali Sidiqi
f7cf7ab511
Fix small typo in 11-advanced-performance.md.
"React didn't even had"->"React didn't even have"
http://english.stackexchange.com/questions/204603/proper-usage-of-didnt-had-or-didnt-have
10 years ago
Prathamesh Sonpatki
b305bdb5ea
Fixed link to displayName component spec from JSX in depth article
10 years ago
Russ
4bf2aa8135
Update tutorial.md
Grammar fix
10 years ago
Shim Won
621cea1f3a
Update Korean translation to b3c75d8
10 years ago
Jinwoo Oh
d563124cc1
Translate tip-18 to Korean
- Up to 6f44f60
10 years ago
Shim Won
6c258bd271
Update to ed257cb
10 years ago
Ustin Zarubin
3604354776
Swapping defaultChecked and defaultValue
The current documentation states that the `<select>` tag supports `defaultChecked`, but it actually doesn't. I believe this documentation was meant to be written in the proposed order.
Non-working fiddle using `defaultChecked`: http://jsfiddle.net/jqs1hsLr/1/
Working fiddle using `defaultValue`: http://jsfiddle.net/nv7z0yzL/1/
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
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