Ben Alpert
807ab09f86
Merge pull request #4703 from spicyj/rarr
Clarify use of arrow functions
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
Paul O’Shannessy
bd12322c00
Merge pull request #4684 from lyip1992/patch-3
Update 10.1-animation.md
10 years ago
Paul O’Shannessy
e3217e9cdb
Merge pull request #4686 from lyip1992/patch-5
Update 06-transferring-props.md
10 years ago
Paul O’Shannessy
9c79b8bfa8
Merge pull request #4687 from lyip1992/patch-6
Update 04-multiple-components.md
10 years ago
Paul O’Shannessy
5cec82101c
Merge pull request #4688 from lyip1992/patch-7
Update 02.3-jsx-gotchas.md
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
Ning Xia
80c9025b11
Fix repetition by editing second sentence
edited based on paul's input
10 years ago
Ning Xia
b778c1cb64
Remove redundancy regarding 'latest React news'
Previously, it repeated 'latest React news' when the first sentence already begins with the same words.
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
3c6a87242b
Merge pull request #4664 from spicyj/ref-docs
Spruce up refs docs
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
Paul O’Shannessy
caa5e4928d
Merge pull request #4451 from dmatteo/TestUtils.Simulate-docs
improve ReactTestUtils.Simulate documentation
10 years ago
Jim
f31d573380
Merge pull request #4634 from edvinerikson/event-pooling
Added documentation about pooled events
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
Jim
77b07a0fae
Merge pull request #4627 from tako-black/translate_top-level-api_to_japanese
Translate ref-01-top-level-api.md to Japanese
10 years ago
Kohei TAKATA
49cc77fea2
Translate ref-01-top-level-api.md to Japanese
10 years ago
Paul O’Shannessy
187ec838ff
Merge pull request #4607 from hekar/add/html-table-summary-attr
Added support for more HTML attributes: `summary`
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
Matthew Johnston
8ea9b56653
ReactEurope roundup blog post
10 years ago
Paul O’Shannessy
8bc7306873
Merge pull request #4610 from lili21/fix-component-api-doc
update component api docs
10 years ago
MIKAMI Yoshiyuki
8944ae4a52
Fix Markdown conversion with marked
10 years ago
Kohei TAKATA
76e4164916
Translate 01-introduction.md to Japanese
10 years ago
li.li
721e3c2c94
update component api docs
10 years ago
Paul O’Shannessy
cbce55bfb0
Fix grammar in Relay blog post
Brings in #4617 properly
10 years ago
Jared Forsyth
814d930576
update devtools post to note beta 2
10 years ago
Jim
8ed97253b5
Merge pull request #4613 from tako-black/translate_advanced-performance_to_japanese
Translate 11-advanced-performance.md to Japanese
10 years ago
Kohei TAKATA
96900fe2c0
Translate 11-advanced-performance.md to Japanese
10 years ago
Joseph Savona
50a55a46fe
Relay Technical Preview - blog post
(cherry picked from commit cac6bc870dc4e345ae1c949def31c87580fa16d8)
10 years ago
Kohei TAKATA
195835c370
Change tutorial.ja-JP.md to use marked
10 years ago
Paul O’Shannessy
4a5b7ab8b4
Upgrade ESLint, fix code
10 years ago
Ben Alpert
9a05fe2157
Merge pull request #4581 from Youmoo/patch-1
Update 2015-05-01-graphql-introduction.md
10 years ago
Sebastian Markbåge
a19f16060f
Merge pull request #4554 from chernysh/chernysh-added-docs-img-events
Added documentation for <img> events
10 years ago
youmoo
e9e2c0343e
Update 2015-05-01-graphql-introduction.md
Or the alternative:
`REST is an acronym for Representational State Transfer, which is an architectural style rather than a formal protocol`.
Sorry , I'am not a native speaker:)
10 years ago
Marjan
6e18128463
Revert change to docs/js/reactj.js
10 years ago
Marjan
25f72b9c2f
Add stop-opacity to unitless style properties
10 years ago
Vadim Chernysh
d9dc13b6c7
Added events documentation for <img> elements
10 years ago
Sibi
184ea2cfc4
Include Haskell language
10 years ago