Ben Alpert
a376f04972
Merge pull request #4473 from facebook/devtools-blog-post
[docs] Add blog post about the new devtools beta
10 years ago
Jared Forsyth
f19060b2ea
Add blog post about the new devtools beta
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
Jim
4bef3970bd
Merge pull request #4370 from blainekasten/video-events
Add Video/Audio Media Events
10 years ago
blainekasten
159278e34a
Add MediaEvent Handlers for Video/Audio components
10 years ago
Paul O’Shannessy
b8fa801f68
Merge pull request #3761 from alexpien/CustomClassesForReactCSSTransitionGroup
Custom class names in ReactCSSTransitionGroup
10 years ago
Paul O’Shannessy
f88fbf2053
Merge pull request #3742 from mminer/order-css-vendor-prefixes
Treat boxOrdinalGroup and flexOrder as unitless
10 years ago
Paul O’Shannessy
2c91d080e8
Merge pull request #2664 from jasonwebster/patch-1
Add additional supported methods to event documentation
10 years ago
Kohei TAKATA
911b01f467
Translate 10.9-perf.md to Japanese
10 years ago
Jim
d06e326dc5
Merge pull request #4469 from KevinTCoughlin/kevintcoughlin/#4265
Fixes #4265 - Clarify React.render note in documentation
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
Paul O’Shannessy
4bb0a7b26d
Merge pull request #4486 from yangmillstheory/docfix
Fix grammar
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
Paul O’Shannessy
144d2c350a
Merge pull request #4386 from AnSavvides/4369-walkthrough-clarification
[#4369 ] Make getting started a little less confusing
10 years ago
Kohei TAKATA
c6de526589
Translate 10.6-create-fragment.md to Japanese
10 years ago
Vasiliy Loginevskiy
21610afd44
Docs: Fix jsx iife example
10 years ago
Kevin Coughlin
2651c7f58b
remove markdown remnant & unnecessary whitespace
10 years ago
Jim
b7427a7794
Merge pull request #4460 from tako-black/enclose_variables_in_back_quote
Enclose variables in back quote
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
Paul O’Shannessy
ccdb7ff865
Merge pull request #4404 from jbonta/component_api_docs
Make component api docs clearer
10 years ago
Jim
3bd334fc61
Merge pull request #4443 from tako-black/translate_test-utils_to_japanese
Translate 10.4test-utils.md to Japanese
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
411cba9029
Merge pull request #4412 from hawsome/patch-2
Switch to using comma-dangle: always-multiline
10 years ago
Paul O’Shannessy
5e3e74c4a8
Tweaks to new content in forms documentation
10 years ago
Chris Ha
e85c628c4b
Switch to using comma-dangle: always-multiline
10 years ago
Jim
fe215dc32e
Merge pull request #4379 from eriklharper/patch-1
Add more information about defaultValue
10 years ago
Jim
93c2f67d51
Merge pull request #4407 from Simek/patch-4
split code block for readability
10 years ago
Jim
69cae6d426
Merge pull request #4409 from tako-black/translate_class-name-manipulation_to_japanese
Translate 10.3-class-name-manipulation.md to Japanese
10 years ago
Paul O’Shannessy
53dd1ed534
Merge pull request #3186 from benekastah/patch-1
Modify sample CSS so that it works in Safari
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
Ben Alpert
c1e2095196
Merge pull request #4306 from brigand/patch-5
Blog: move "refs to custom components..." fixes #4305
10 years ago
Andreas Savvides
076f47aaaf
[ #4369 ] Make getting started a little less confusing
10 years ago
Jim
99b9765eaf
Merge pull request #4382 from tako-black/enclose_a_name_of_library_in_back_quote
Enclose a name of library in back quote
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