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
Jim
89f2ea78d0
Merge pull request #4371 from tako-black/translate_animation_to_japanese
Translate 10.1-animation.md to Japanese
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
Paul O’Shannessy
cdc1042a4e
Merge pull request #4144 from lukehorvat/docs/iife-jsx
Add IIFE example to JSX documentation
10 years ago
Paul O’Shannessy
26ba6949ac
Merge pull request #4291 from rwoodnz/patch-2
indicate file name requried for static file
10 years ago
Paul O’Shannessy
48f5c4c9bc
Merge pull request #4357 from yangmillstheory/docfix
Warn against JSX transform failure for non-HTTP-served JSX
10 years ago
Victor Alvarez
27395ed005
Add warning for protocol sandboxing near pain point in Getting Started
10 years ago
Kohei TAKATA
f6f73cd287
Change css to uppecase
10 years ago
Masaki KOBAYASHI
1ddd6f1f64
Translate 04-self-closing-tag.md to Japanese
10 years ago
Jim
b6d71432b2
Merge pull request #4356 from makky3939/fix_03-interactivity-and-dynamic-uis_ja-JP_md
Update 03-interactivity-and-dynamic-uis.ja-JP.md
10 years ago
Masaki KOBAYASHI
5f0f5adc01
remove controll character from 07-forms.ja-JP.md, 10-addons.ja-JP.md and 10-addons.ja-JP.md
10 years ago
Masaki KOBAYASHI
1e2f3e90e9
fix typo
10 years ago
Jim
190763600d
Merge pull request #4349 from makky3939/remove_type_attribute_in_script_tag
Remove type attribute in script tag
10 years ago
Jim
4d81839a12
Merge pull request #4351 from tako-black/translate_addons_to_japanese
Translate 10-addons.md to Japanese
10 years ago
Kohei TAKATA
e8dcef974b
Translate 10-addons.md to Japanese
10 years ago
Masaki KOBAYASHI
be0c054bf8
remove type="text/javascript"
10 years ago
himkt
83ab2eef47
remove controll character from 02-displaying-data.ja-JP.md
10 years ago
Masaki KOBAYASHI
2989a488ab
fix typo
10 years ago
Paul O’Shannessy
d370ab4588
Merge pull request #4337 from tako-black/translate_tooling-integration_to_japanese
Translate 09.tooling-integration.md to Japanese
10 years ago
Kohei TAKATA
d9e0f9e37c
Translate 09.tooling-integration.md to Japanese
10 years ago
Kohei TAKATA
f81254363b
Change number of html{} to highlight correct line
10 years ago
Kohei TAKATA
1f4e2f5fbe
Add meta tag in the header of HTML
10 years ago
Jim
dce6a04cf1
Merge pull request #4320 from tako-black/translate_more-about-refs_to_japanese
Translate 08.1-more-about-refs.md to Japanese
10 years ago
Kohei TAKATA
dd02fde705
Translate 08.1-more-about-refs.md to Japanese
10 years ago
Kohei TAKATA
dd992dede8
Enclose a name of function in back quote
10 years ago
Devon Harvey
becac7b8c3
Fix typo on line 91 of tutorial.md
10 years ago
Jim
dee7e3ebea
Merge pull request #4312 from tako-black/translate_working-with-the-browser_to_japanese
Translate 08-working-with-the-browser.md to Japanese
10 years ago
Kohei TAKATA
f1d8dd571b
Translate 08-working-with-the-browser.md to Japanese
10 years ago
Kohei TAKATA
c6c42db888
Enclose a value of variable in back quote
10 years ago
Richard Wood
bfc9bc2353
Add backticks to highlight comment.json file name
10 years ago
Jim
67ff36a7fd
Merge pull request #4290 from rwoodnz/patch-1
Suggest open index.html in browser regularly.
10 years ago
Frankie Bagnardi
83747fc6ae
Blog: move "refs to custom components..." fixes #4305
Just to prevent the TL;DR confusion. Separate paragraph and moved up above the code block. `s/References/Refs` for consistency.
10 years ago
Kevin Coughlin
a6fd42c758
Clarify React.render note in documentation
10 years ago
Jim
c4d0333fa1
Merge pull request #4299 from tako-black/enclose_a_value_in_back_quote
Enclose a value of variable in back quote
10 years ago
Kohei TAKATA
69bcf73c05
Translate 07-forms.md to Japanese
10 years ago