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
eriklharper
1eeac6c024
Review changes
Fixing spelling errors and revising based on feedback.
10 years ago
Andreas Savvides
076f47aaaf
[ #4369 ] Make getting started a little less confusing
10 years ago
Kohei TAKATA
667d677612
Enclose a name of library in back quote
10 years ago
Kohei TAKATA
dcecb647c7
Translate 10.2-form-input-binding-sugar.md to Japanese
10 years ago
eriklharper
ed2897cb17
Add more information about defaultValue
I came across an issue on a React project where I needed to programatically set the default value of an input as the result of an async call. (I was prepopulating a zip code field from the Google Maps Geocoding API). It didn't work when I passed in an updated defaultValue prop, until I came across this StackOverflow: http://stackoverflow.com/questions/30146105/react-input-defaultvalue-doesnt-update-with-state . I was able to get it to do what I wanted by passing in the value prop instead.
10 years ago
sugarshin
2ae8af700a
Delete unnecessary control code.
10 years ago
Kohei TAKATA
31aee61f95
Translate 10.1-animation.md to Japanese
10 years ago
Joe Stein
75ed7d83b8
Add wrap attribute
10 years ago
Victor Alvarez
27395ed005
Add warning for protocol sandboxing near pain point in Getting Started
10 years ago