Shubheksha Jalan
a409b4df32
Improved sections of state and lifecycle docs
2016-11-18 22:14:27 +05:30
Dan Abramov
dd33f19ef0
Merge pull request #8339 from nolanlawson/patch-1
...
Update 2016-11-16-react-v15.4.0.md
2016-11-18 12:27:16 +00:00
Dan Abramov
5aea26b4b3
Merge pull request #8332 from gaearon/prod-dev
...
[Docs] Expand Installation and clarify why use bundlers
2016-11-18 12:26:22 +00:00
Dan Abramov
36564ab0fa
Nits
2016-11-18 12:26:06 +00:00
Dan Abramov
0f5021783a
Nit
2016-11-18 12:25:23 +00:00
Nolan Lawson
1d3156a845
Update 2016-11-16-react-v15.4.0.md
...
Edge and IE11 both show user marks and measures in the Dev Tools, so it's technically not accurate to say that only Chrome has this feature.
2016-11-17 15:53:41 -08:00
Kevin Lacker
ba8004f607
add link to useful doc
2016-11-17 10:49:02 -08:00
Dan Abramov
43563e4aff
Update installation instructions on the blog
2016-11-17 16:05:49 +00:00
Dan Abramov
d7e37c6dfb
Explain Installation in more detail
2016-11-17 15:55:56 +00:00
Dan Abramov
01d02717f1
Merge pull request #8317 from marcysutton/master
...
docs(forms): add missing labels to forms doc
2016-11-17 14:25:03 +00:00
Dan Abramov
aad104265a
Tweak examples
2016-11-17 14:23:20 +00:00
Kevin Lacker
cb9924ba75
include the version number in the header ( #8315 )
2016-11-16 16:26:21 -08:00
Marcy Sutton
017a36c6f9
fix(a11y): add missing labels to forms doc
...
Showing how to create a form without labeling inputs is an accessibility anti-pattern. This change adds labels to the examples to address that. Codepen may still need to be updated depending on how that example is created.
2016-11-16 14:32:42 -08:00
Dave Voyles
b3c9ca04e9
Clarity on constructor of Board object for tutorial.md ( #8224 )
...
* Update tutorial.md
Is it possible to be more clear here?
This implies that we are removing the constructor from GAME, and not board (which is what I believe the author is trying to say).
It took me several reads to understand.
With this edit, it is now clear that the adjustment is being made to -Board- and not to -Game-
* also remove "for Board earlier"
2016-11-16 13:24:45 -08:00
Tanner
27cf3a6615
Remove spread operator ( #8273 )
...
* Remove spread operator
I believe what was meant here was to express that you would create the new player object with all the previous properties of the existing player object in addition to now updating the score value. That being said, this is a simple example, and the player object clearly has no other values. Objects are not (by default) iterable using this operator, so this little piece does more harm than good. I believe the new example to be much clearer.
* Using Object.assign()
* Tweak wording
2016-11-16 11:59:16 -08:00
tomocchino
8d69cdbe11
Update website for 15.4.0
...
(cherry picked from commit 5ce8853ccb2e4677eb6a9d183e8086fd0d6367d4)
2016-11-16 14:51:47 +00:00
Dan Abramov
1c6398d4de
Add 15.4.0 blog post
2016-11-16 14:36:20 +00:00
Brandon Dail
9621017ec2
Merge pull request #8277 from qiuyuntao/master
...
docs: delete unnecessary brackets
2016-11-14 17:37:02 -06:00
Anastasia A
125153c109
Update reference-react-dom.md
...
Add missing closing bracket
2016-11-14 10:33:07 +03:00
yuntao.qyt
c96979bd75
docs: delete unnecessary brackets
2016-11-13 16:29:18 +08:00
Samuel Scheiderich
5de21ff49b
Add freenode #reactjs link to support.md ( #8270 )
...
* Add freenode #reactjs link to support.md
* Changed irc link to http webchat link.
2016-11-11 13:21:46 -08:00
Michele Bertoli
82802a0da9
Make the Shallow Rendering example clearer ( #8269 )
...
* Make the Shallow Rendering example clearer
I was reading through the documentation, and I found that the `render` call on the `renderer` was missing.
* Use a regular function to define MyComponent
2016-11-11 15:34:11 +00:00
Shuhei Kagawa
b1eabd709f
Correct a method param in Implementation Notes ( #8252 )
2016-11-10 14:19:27 +00:00
Satoshi Nakajima
1a5d504fb2
Replaced old refs with new callback refs ( #8254 )
2016-11-10 14:13:56 +00:00
Arni Fannar
10733f084a
Update refs-and-the-dom.md ( #8250 )
...
Since a lot of projects use [airbnb eslint config](https://www.npmjs.com/package/eslint-config-airbnb ) where [this rule](http://eslint.org/docs/rules/no-return-assign ) is enabled (and its a good rule) some people might get confused when they are trying this out in their project.
2016-11-09 14:45:21 -08:00
Guilherme Oenning
0087b527af
fix broken docs links ( #8163 )
...
* fix broken links to outdated code
* another broken links to outdated code
* update hash commit & folder structure to current
2016-11-09 18:06:35 +00:00
Ville Immonen
f8a328d6a5
Remove string ref from function component example ( #8244 )
...
Refs can't be attached to stateless functional components.
2016-11-09 16:38:36 +00:00
Kevin Lacker
809e28223e
forms breakup
2016-11-08 21:38:03 +00:00
Samer Buna
cc35432e9b
Remove unnecessary findDOMNode calls ( #8198 )
2016-11-08 21:15:01 +00:00
Nate
a24967fc25
Fix typos in Shallow Rendering Documentation ( #8226 )
...
* Fix typos in Shallow Rendering Documentation
* Fix another occurrence
2016-11-08 20:29:27 +00:00
Kevin Lacker
d068700a40
Docs: add a bunch of redirects ( #8137 )
...
* add a bunch of redirects
* add more redirects
2016-11-08 19:32:02 +00:00
Robert Haritonov
c305cfb160
Add React Amsterdam 2017 ( #8235 )
...
We've recently announced the dates for our next React Amsterdam edition, looking forward on adding it to the list.
2016-11-08 09:20:22 -06:00
Alex Baumgertner
4d2633215c
Fix method markdown highlight ( #8218 )
2016-11-07 11:57:23 -06:00
Brent Vatne
31e08aab47
Add Agent Conference to conferences docs ( #8196 )
...
* Add Agent Conference to conferences docs
* Move Agent Conference to upcoming conferences
2016-11-03 15:18:48 -05:00
Yura Chuchola
47215f9d06
Update forms.md ( #8136 )
...
The component Form in "Uncontrolled Radio Button" example doesn't need state, because it does not used in render() method.
2016-10-31 17:35:20 -07:00
Damien Soulard
8a54f20ee1
update-unknown-warning-page - add a reason for the warning ( #8131 )
...
* update-unknown-warning-page - add a reason for this warning
* Minor tweaks
2016-10-31 13:01:06 +00:00
Skasi
3ecb587b82
Remove duplicated word in doc ( #8157 )
...
Gets rid of an obsolete word in the documentation for "State and Lifecycle":
"Consider the ticking clock example from the one of the previous sections."
->
"Consider the ticking clock example from one of the previous sections."
2016-10-31 11:42:02 +00:00
bel3atar
ef1a438cec
add missing verb ( #8139 )
...
`why is an` should be `why it is an`
2016-10-31 11:41:43 +00:00
Lee Sanghyeon
4b89e83861
Update codebase-overview.md ( #8142 )
...
* Update codebase-overview.md
Fix the broken source code URL in 'Event System' section.
* Update codebase-overview.md
Re-fix link name
2016-10-29 13:01:41 +01:00
Andrew Lo
0a5be1bdcd
In the community support doc, I noticed that the React Facebook ( #8138 )
...
page link is broken since it's missing '.com'.
2016-10-29 00:31:01 +01:00
Gant Laborde
8a3839c3fa
Organize and add confs ( #8129 )
...
Upcoming proximity followed by past chronological.
2016-10-28 11:21:21 -07:00
Eugene
9c27104e9f
Update reference-react-component.md ( #8126 )
...
line 320: For example, this code ensures that the `color` prop is a string
2016-10-27 19:25:43 +01:00
Rick Beerendonk
99d139319f
Add React Remote Conf 2016. ( #8094 )
...
Add video links to some conferences.
2016-10-27 11:25:14 -07:00
Dan Abramov
30aee4908d
Clarify how transition props work ( #8124 )
2016-10-27 14:21:34 +01:00
Ivan Zotov
f342ae9de4
Improve devtools image size for the tutorial ( #8114 )
2016-10-27 13:54:18 +01:00
Andreas Möller
823154cbfc
Fix: Remove unneeded else branches from documentation examples
2016-10-27 13:12:37 +01:00
Dan Abramov
b47e2d77c5
Consistent CodePen links in docs
2016-10-27 13:06:09 +01:00
Varun Bhuvanendran
37e5c0e5c1
added word break ( #8120 )
2016-10-27 13:01:51 +01:00
Lewis Blackwood
3aa40ba6a3
Correct usage of formatName() function in docs ( #8122 )
...
The code section above these changes defines a `formatName` function
that expects a parameter `user`. The code section containing these
changes incorrectly called `formatName(user.name)`. For those following
along with CodePen, this section should correctly call
`formatName(user)`.
2016-10-27 13:01:04 +01:00
王晓勇
cc0050ddeb
Update forms.md ( #8121 )
2016-10-27 10:26:31 +01:00