Paul O’Shannessy
3faf9569d4
[blog] Diversity Scholarship 2016
2015-12-04 14:51:12 -08:00
Jim
f4744f3a70
Merge pull request #5588 from jimfb/setprops-replaceprops-deprecated
...
Increase severity of setprops and replaceprops deprecations, since their removal is now imminent.
2015-12-03 10:29:20 -08:00
jim
8c7603311a
Increase severity of setprops and replaceprops deprecations, since their removal is now imminent.
2015-12-03 04:08:53 -08:00
Peter Newnham
31253c251f
Rename minlength to minLength in the tags and attributes documentation page
2015-12-03 09:35:08 +00:00
Paul O’Shannessy
0be7786e1c
Merge pull request #5559 from shogunsea/docs-add-marked
...
[docs]Add marked source in tutorial doc
2015-12-02 11:30:49 -08:00
zwhitchcox
b0ae955977
Update ref-10-glossary.md
2015-12-02 08:52:51 -05:00
Iurii Kucherov
36dfe62f68
Update 08.1-more-about-refs.md
2015-12-01 19:28:34 +01:00
xxin
25ef456b13
add marked source in tutorial doc
...
update wording of later section
no first, no next
more on wording
2015-11-30 19:08:11 -06:00
Paul O’Shannessy
34fbcf20d8
Merge pull request #5526 from yangshun/todo-app-id
...
[docs] Use id for TodoApp example
2015-11-28 11:58:20 -08:00
Paul O’Shannessy
f48bb3a274
Merge pull request #5520 from mhujer/docs-spread-fix-babel
...
Docs: Transform rest and spread properties using Babel 6
2015-11-28 11:47:30 -08:00
Paul O’Shannessy
6b641de6b8
Merge pull request #5546 from cody/singlechild
...
[docs] Single Child
2015-11-28 11:46:47 -08:00
Timur Carpeev
1e98c78541
Avoid mutating state in the example code
...
According to react documentation it is advised to:
NEVER mutate this.state directly, as calling setState() afterwards may replace the mutation you made. Treat this.state as if it were immutable.
https://facebook.github.io/react/docs/animation.html
In this particular case it is probably doesn't matter since setState is called directly after mutation, but it does provide a bad example of state mutation.
Another way of removing an item from an array can be `newItems = this.state.slice(0,i).concat(this.state.slice(i+1))` however the meaning can be less obvious to some.
2015-11-27 12:33:57 +01:00
Martin Hujer
ed8727ade7
Transform rest and spread properties using Babel 6
...
> Out of the box Babel doesn't do anything. In order to actually do
> anything to your code you need to enable plugins.
> (https://babeljs.io/docs/plugins/ )
2015-11-26 09:17:01 +01:00
Ben Alpert
3722616349
Merge pull request #5543 from spicyj/rt103
...
Clarify wording in the tutorial
2015-11-25 09:37:28 -08:00
Stefan Dombrowski
c6025da952
[docs] Single Child
...
* Single Child belongs to Prop Validation, so it was moved there.
* "throw" was changed to "warn".
2015-11-25 17:34:40 +01:00
Paul O’Shannessy
54e6057b1a
Merge pull request #5523 from hejld/add-selection-and-composition-events-on-reference-page
...
[docs] Add missing sections to events reference page in IT and CN
2015-11-24 09:44:49 -08:00
Ben Alpert
58901af7a6
Clarify wording in the tutorial
...
reactjs/react-tutorial#103
2015-11-24 09:30:33 -08:00
hejld
18a3a3979e
Add missing sections to events reference page in IT and CN
2015-11-24 15:56:58 +01:00
Matthew
e02bd0543f
add highlight to a line of code to tutorial20.js (all languages included)
2015-11-24 01:23:55 -05:00
Kale
b74e53c3ca
Use null instead of '' in ternary expression
...
A blank string ('') resolves to <span></span> which produces a warning when place inside a <tr>
2015-11-23 06:38:08 -07:00
Tay Yang Shun
bf4bd19101
[docs] Use id for TodoApp example
2015-11-22 11:54:39 +08:00
Martin Hujer
23edc0d274
Rest/Spread Properties may not be part of ES7
...
According to the http://www.2ality.com/2015/11/tc39-process.html it is
not a good idea to guess target ES version until the proposal reaches
later phases.
Even the proposal repository now states
> It is a Stage 2 proposal for ECMAScript. <
(it has been changed in https://github.com/sebmarkbage/ecmascript-rest-spread/commit/e9813ac78ad59994585f12e17be57e776378fdc4 )
2015-11-20 19:36:29 +01:00
Paul O’Shannessy
1cdbff26ab
Merge pull request #5511 from KeweiCodes/patch-1
...
Typo
2015-11-19 15:56:25 -08:00
Kewei Jiang
179263c72f
Typo
2015-11-20 10:01:29 +13:00
Tay Yang Shun
ab6892956d
Add in missing closing </li> for docs template
2015-11-20 00:56:25 +08:00
Paul O’Shannessy
0440de9f89
update website for 0.14.3
...
(cherry picked from commit 3f2f763dea )
2015-11-18 22:39:49 -08:00
Paul O’Shannessy
b40221973c
v0.14.3 blog post
...
(cherry picked from commit f92a630737 )
2015-11-18 22:39:49 -08:00
Tay Yang Shun
3812b95450
[docs] Use controlled components for tutorial
2015-11-18 14:43:03 +08:00
Jim
7a453646be
Added info (example+doc) about react with webcomponents
2015-11-13 20:22:24 -08:00
Paul O’Shannessy
034cfc96c7
[docs] Properly fix Korean docs
2015-11-12 15:57:17 -08:00
Paul O’Shannessy
72d9a8bc15
[docs] Use updated Korean translation
...
See #5456 for details
2015-11-12 14:23:52 -08:00
Paul O’Shannessy
3bcb0d63f0
[tutorial] Use ids in comments data
2015-11-12 14:20:54 -08:00
Hugo Agbonon
47253733d3
Revert class name manipulation doc to english
2015-11-12 11:32:08 +01:00
Tay Yang Shun
7d0ee24514
Add more documentation to Context page
2015-11-11 07:06:56 +08:00
Paul O’Shannessy
eecd2953cd
Merge pull request #5416 from bbrooks/undo-optimistic-update-on-error
...
Reset state if comment submit fails
2015-11-10 14:42:28 -08:00
Jim
d6a547f793
Merge pull request #5403 from yuyokk/patch-1
...
Clarify note about stable keys
2015-11-10 10:28:49 -08:00
Iurii Kucherov
30ca6619dc
State that Math.random() is not a good way to generate keys
2015-11-10 19:02:50 +01:00
Matt Stow
bc0dc86ae6
Removed unnecessary whitespace before closing bracket
2015-11-09 15:10:01 +11:00
Ben Brooks
240d7c82cc
Reset state if comment submit fails
2015-11-07 13:26:17 -05:00
Ben Alpert
99fbde54a1
Merge pull request #5287 from benhalpern/patch-1
...
Updated conference page
2015-11-05 13:58:46 -08:00
benhalpern
00eddc2060
Fixed ReactEurope date
2015-11-05 15:33:52 -05:00
Jim
22b8952fbf
Merge pull request #5231 from davidkpiano/patch-1
...
Updating "JSX Gotchas" docs for Custom Attributes
2015-11-05 09:43:36 -08:00
Paul O’Shannessy
578312e267
Update website for 0.14.2
...
(cherry picked from commit fdf6f6bbb0 )
2015-11-04 17:38:31 -08:00
Paul O’Shannessy
e2fdcb1990
Blog post for 0.14.2
...
(cherry picked from commit a4fd08973b )
2015-11-04 17:38:31 -08:00
Arkist
1c14477a47
Update Korean translation to 84af306
2015-11-05 06:56:48 +09:00
Jim
84af306044
Merge pull request #5372 from csbok/patch-1
...
Update getting-started.ko-KR.md
2015-11-03 03:44:31 -08:00
Ben Alpert
17289020f7
Merge pull request #5356 from rpominov/patch-1
...
fix shallowRenderer.getRenderOutput() return type in docs
2015-11-02 17:27:08 -08:00
csbok
2b54e5417d
Update getting-started.ko-KR.md
...
correcting misspelled words
2015-11-03 09:56:41 +09:00
Paul O’Shannessy
bc3b32c968
[docs] Update tooling integration for more babel 6
2015-11-02 13:10:40 -08:00
Paul O’Shannessy
db7ea058e7
[docs] Update Getting Started for babel 6
2015-11-02 12:56:30 -08:00