Yuichi Hagio
e7f8c97bcd
Update 02-displaying-data.ja-JP.md
1. Fixed a spelling mistake to be more readable.
2. Removed the English lines that were already translated below.
10 years ago
Andreas Savvides
5b97061fb0
Make definitions more readable & optional params more obvious
10 years ago
Ben Alpert
9e2c893767
Fix formatting in test utils docs
10 years ago
Ben Alpert
a70b6148cb
Clarify use of arrow functions
Per 1db20999f0 (commitcomment-12865588)
.
10 years ago
Leon Yip
643ffd7e73
Update 02.3-jsx-gotchas.md
Fix typo.
10 years ago
Leon Yip
2566da5371
Update 04-multiple-components.md
Added an extra word to make the sentence read a little easier.
10 years ago
Leon Yip
6baacdcde6
Update 06-transferring-props.md
"This ensures that" sounds a better than "That ensures that." This change is just my personal opinion, so I totally understand my change doesn't get merged.
10 years ago
Leon Yip
932d5fff9a
Update 08.1-more-about-refs.md
Change render to `render()` for consistency within the paragraph.
10 years ago
Leon Yip
63c9944cc3
Update 10.1-animation.md
Changed "if" to "even when" for clarity.
10 years ago
Espen Hovlandsdal
ae9ada0f92
Allow `results` and `autosave` attributes (WebKit/Blink)
10 years ago
Ben Alpert
b3d98961c0
Capitalize Babel
10 years ago
Kyle Kelley
f0103a15fa
Update tooling docs to suggest babel
`react-tools` is deprecated, `babel` is our future
* https://facebook.github.io/react/blog/2015/06/12/deprecating-jstransform-and-react-tools.html
* https://babeljs.io/docs/usage/jsx/
10 years ago
Daniel Rodgers-Pryor
ed457d6c84
ReactCSSTransitionGroup timeouts
As discussed in issue 1326
(https://github.com/facebook/react/issues/1326 ) transitionend events are
unreliable; they may not fire because the element is no longer painted,
the browser tab is no longer focused or for a range of other reasons.
This is particularly harmful during leave transitions since the leaving
element will be permanently stuck in the DOM (and possibly visible).
The ReactCSSTransitionGroup now requires timeouts to be passed in
explicitly for each type of animation. Omitting the timeout duration
for a transition now triggers a PropTypes warning with a link to the
updated documentation.
10 years ago
Ben Alpert
8e468a830e
Spruce up refs docs
Fixes #4651 .
10 years ago
Tyler Brock
e031fddf67
Clarify invocation order of componentDidMount
OP is delivering on promise made here: https://discuss.reactjs.org/t/how-do-you-invoke-the-render-callback-in-jsx/1744
10 years ago
Levi Buzolic
8239de2570
Update Advanced Performance code examples so they would output values
Noticed the code examples in *Advanced Performance* wouldn't be rendering the example props, this could lead to some minor confusion for new users.
10 years ago
Mikolaj Dadela
a640cc26f4
Updated the Performance tools doc page.
Now it’s possible to read the page from top to the bottom without
asking oneself “Ok, but how do I get these measurements?”
10 years ago
Edvin Erikson
b37b8538a1
Updated event pooling note in docs
10 years ago
Edvin Erikson
d731a058e4
Added documentation about pooled events
10 years ago
Kohei TAKATA
49cc77fea2
Translate ref-01-top-level-api.md to Japanese
10 years ago
Hekar Khani
5009b403cb
Added support for more HTML attributes: `summary`
This attribute is used on <table> to support screen readers.
It is deprecated, so take a look at <caption> instead.
10 years ago
MIKAMI Yoshiyuki
8944ae4a52
Fix Markdown conversion with marked
10 years ago
li.li
721e3c2c94
update component api docs
10 years ago
Kohei TAKATA
96900fe2c0
Translate 11-advanced-performance.md to Japanese
10 years ago
Kohei TAKATA
195835c370
Change tutorial.ja-JP.md to use marked
10 years ago
Vadim Chernysh
d9dc13b6c7
Added events documentation for <img> elements
10 years ago
Sibi
184ea2cfc4
Include Haskell language
10 years ago
Mike Groseclose
9b20ef6e97
remove two ideas from why react to add clarity
10 years ago
Shim Won
aa5cca496d
Update Korean translation to e88c7bf
10 years ago
Alastair Hole
2569cabbcd
Update 02.1-jsx-in-depth.md
'setup' is a noun, not a verb
10 years ago
blainekasten
159278e34a
Add MediaEvent Handlers for Video/Audio components
10 years ago
Kohei TAKATA
911b01f467
Translate 10.9-perf.md to Japanese
10 years ago
Kohei TAKATA
1287d697dd
Translate 10.8-pure-render-mixin.md to Japanese
10 years ago
Kevin Coughlin
eb3c1bd437
remove footnote reference asterisk, no longer needed
10 years ago
Victor Alvarez
c323b251da
Fix grammar
10 years ago
Shim Won
e8612cd732
Update Korean translation to 991c437
10 years ago
Kohei TAKATA
2fa2b5b79c
Translate 10.7-update.md to Japanese
10 years ago
Kohei TAKATA
c6de526589
Translate 10.6-create-fragment.md to Japanese
10 years ago
Kevin Coughlin
2651c7f58b
remove markdown remnant & unnecessary whitespace
10 years ago
Kohei TAKATA
c1160668d9
Enclose variables in back quote
10 years ago
Kohei TAKATA
6333b66240
Translate 10.5-clone-with-props.md to Japanese
10 years ago
Shim Won
1f3e1360b2
Update Korean translation to e928c65
10 years ago
Domenico Matteo
6babb5de38
improve ReactTestUtils.Simulate documentation
10 years ago
Kohei TAKATA
19327d11e0
Add period
10 years ago
Kohei TAKATA
99e4e765a9
Translate 10.4test-utils.md to Japanese
10 years ago
Ben Alpert
2bcc761667
counterexample -> antipattern
10 years ago
Jason Bonta
704fb36b8e
Make component api docs clearer
I'm proposing these changes because I found some repetition / lack of
clarity and some language that suggested that you could mutate
`this.state` directly.
10 years ago
Paul O’Shannessy
5e3e74c4a8
Tweaks to new content in forms documentation
10 years ago
Kohei TAKATA
13487db8b5
Translate 10.3-class-name-manipulation.md to Japanese
10 years ago
Bartosz Kaszubowski
6d65b4488d
split code block for readability
10 years ago