Jim
66fff86415
Merge pull request #6330 from speedskater/patch-1
...
Updated react conf links
(cherry picked from commit e119f20927 )
2016-03-29 14:31:59 -07:00
Jim
c2c15cc970
Merge pull request #6195 from mxstbr/perf-links
...
Add benchling engineering articles about perf to docs
(cherry picked from commit d8ee071c92 )
2016-03-29 14:31:59 -07:00
Dan Abramov
62e1177d77
Fixed paren balance in the doc
2016-03-29 21:31:32 +01:00
Mark Funk
8f1def2f32
Link to "No Autobinding" section for ES6 classes.
...
There's a more descriptive section about the lack of Autobinding in ES6 classes and suggestions around it, so this commit adds a link to that section.
2016-03-29 21:31:27 +01:00
Mark Funk
5ffc169585
Update ES6 class documentation with binding perf
...
Adding a note in the ES6 class documentation about function binding. Recommending that you bind your handlers in the constructor so that they are referentially the same function every time render is invoked (helps with child components that might potentially call shouldComponentUpdate)
2016-03-29 21:03:54 +01:00
Jim
6a87954262
Merge pull request #6281 from rgarifullin/microfix_docs
...
Microfix docs
(cherry picked from commit 2f24f89111 )
2016-03-21 11:21:29 -07:00
Jim
4ccf18b9a0
Merge pull request #6260 from iawia002/master
...
Update 02-displaying-data.zh-CN.md
(cherry picked from commit 9e1a637644 )
2016-03-21 11:21:29 -07:00
Jim
4a9e52efb4
Merge pull request #6258 from iamchenxin/zh_docs031316rest
...
[DOCS] Update zh-docs to v15-rc.1 (with #3240c09)
(cherry picked from commit b8682e0f20 )
2016-03-21 11:21:29 -07:00
Jim
82982f6dab
Merge pull request #6256 from iamchenxin/zh_docs031316
...
[DOCS] Update zh-docs to v15-rc.1 (with #3240c09)
(cherry picked from commit c927cfa0b4 )
2016-03-21 11:21:29 -07:00
Jim
5bed1f3d3c
Merge pull request #6208 from JinxiuLee/patch-2
...
Missed parentheses for matchMeida parameter
(cherry picked from commit f6463576ee )
2016-03-09 10:30:08 -08:00
Jim
d824d0d03b
Merge pull request #6180 from camjc/master
...
Update PureRenderMixin docs, adding ES6 example
(cherry picked from commit 1dc705aa0b )
2016-03-07 11:45:50 -08:00
Jim
4c4bfba2c3
Merge pull request #6183 from jimfb/rec-update
...
Fixed typo in reconciliation docs.
(cherry picked from commit 25c2bfcd52 )
2016-03-07 11:45:50 -08:00
Paul O’Shannessy
25fdaf95be
Merge pull request #6151 from zpao/docs-external-sidebar-followup
...
Docs external sidebar followup
(cherry picked from commit 4da7e7ef9c )
2016-03-07 11:45:50 -08:00
Paul O’Shannessy
3ff62fa9d1
Merge pull request #6140 from NogsMPLS/removeBabelBrowser
...
[Docs] Remove babel-browser link
(cherry picked from commit a026b35626 )
2016-03-07 11:45:50 -08:00
Paul O’Shannessy
95d310cad2
Merge pull request #6123 from changhw01/patch-1
...
Clarify a step in the quick start
(cherry picked from commit e2866ae412 )
2016-03-07 11:45:50 -08:00
Jim
1b2286e933
Merge pull request #6092 from dpercy/patch-2
...
Fix inverted definition of Controlled component
(cherry picked from commit de09e0acd8 )
2016-02-24 23:38:30 -08:00
Jim
1e065c89c9
Merge pull request #6071 from nakazye/fix_highlight
...
fix sample code highlight
(cherry picked from commit 5ebb784be5 )
2016-02-24 23:38:21 -08:00
Jim
103074f4cc
Merge pull request #6059 from jimfb/tutorial-children-callback
...
Clearify callback text in the tutorial
(cherry picked from commit efa8624eb9 )
2016-02-24 23:38:07 -08:00
Jim
9ce4be4430
Merge pull request #6039 from mxstbr/convert-docs-to-stateless
...
Update documentation to stateless components
(cherry picked from commit 73ad44567c )
2016-02-16 13:28:32 -08:00
Jim
d68bead611
Merge pull request #6048 from mxstbr/update-tutorial-versions
...
Update jQuery and marked versions in tutorial docs
(cherry picked from commit 356fa4e8c0 )
2016-02-16 13:28:32 -08:00
Jim
9e821ee60a
Merge pull request #6044 from bellanchor/master
...
Fix typo in Chinese tutorial
(cherry picked from commit ee64241e90 )
2016-02-16 13:28:32 -08:00
Paul O’Shannessy
c585396f2e
Merge pull request #5909 from rajatsehgal/patch-1
...
Use const instead of var (ES6 best practices)
(cherry picked from commit b560fea08d )
2016-02-16 13:28:32 -08:00
Jim
84e099c3af
Merge pull request #5955 from pekeq/patch-docs-1
...
Add note in "Fetching from the server" section.
(cherry picked from commit 823966ef33 )
2016-02-16 13:28:32 -08:00
Jim
200dcdad0a
Merge pull request #4437 from gajus/patch-1
...
Improve definition of the controlled and uncontrolled input
(cherry picked from commit 220b4b6b50 )
2016-02-08 14:22:11 -08:00
Paul O’Shannessy
3888b47da4
Merge pull request #5923 from puppybits/patch-1
...
Update 12-context.md
(cherry picked from commit 9c3f595597 )
2016-02-08 13:55:14 -08:00
Paul O’Shannessy
4226ee589d
Merge pull request #5911 from Mathieuu/patch-1
...
Fix broken guide example in "Motivation: Separation of Concerns"
(cherry picked from commit 4b2b7b0d3e )
2016-02-08 13:55:09 -08:00
Paul O’Shannessy
4ecc10880e
Merge pull request #5928 from scjody/patch-1
...
Add a link to the list of supported events
(cherry picked from commit fc547e8380 )
2016-01-28 09:53:58 -08:00
Paul O’Shannessy
5189deb5ee
Merge pull request #5912 from chrisbolin/patch-1
...
Small copy changes to TestUtils and Perf summaries
(cherry picked from commit 6f5e619fae )
2016-01-28 09:53:58 -08:00
Jim
f5dd3e7cf6
Merge pull request #5885 from knpwrs/patch-1
...
Clarify stateless function component optimizations.
(cherry picked from commit 7cee5022f8 )
2016-01-28 09:53:58 -08:00
Paul O’Shannessy
8c27faab7a
Merge pull request #5724 from iamchenxin/docs122315
...
Update zh-docs with 4865ddf(v0.14.3+)
(cherry picked from commit 909cba2254 )
2016-01-28 09:53:58 -08:00
Paul O’Shannessy
7594b977d6
Merge pull request #5735 from cody/refs
...
[docs] Small fixes to "more about refs"
(cherry picked from commit 1da992a0ab )
2016-01-28 09:53:58 -08:00
Paul O’Shannessy
a808423626
Merge pull request #5732 from iamchenxin/en-docs
...
[docs] deleting some unecessary newline
(cherry picked from commit 9494ec80c2 )
2016-01-28 09:53:58 -08:00
Paul O’Shannessy
60afae7ca5
Merge pull request #5686 from vitorbal/master
...
Improve documentation for using React with Webpack
(cherry picked from commit f7850dd3d7 )
2016-01-12 09:46:16 -08:00
Paul O’Shannessy
381fe0b3e6
Merge pull request #5814 from zpao/docs-update-attrs-0.14.6
...
[docs] Updated supported attrs
(cherry picked from commit 67e85df1fa )
2016-01-12 09:46:11 -08:00
Ben Alpert
e45c534f6d
Merge pull request #5834 from spicyj/no-ie8
...
blog post: Discontinuing IE 8 Support in React DOM
(cherry picked from commit dd93eb7f40 )
2016-01-12 10:28:52 -07:00
Jim
76aa60db91
Merge pull request #5806 from Zhangjd/master
...
Update thinking-in-react.zh-CN.md
(cherry picked from commit 23167f287e )
2016-01-08 10:32:14 -08:00
Jim
4206fd1dce
Merge pull request #5790 from jimfb/componentWillReceiveProps-blogPost
...
Blog post explains to verify prop mutations in componentWillReceiveProps
(cherry picked from commit a1584053cc )
2016-01-08 10:32:14 -08:00
Paul O’Shannessy
d590910f6d
Merge pull request #5801 from zpao/docs-bigger-embeds
...
[docs] Bigger jsfiddle embeds
(cherry picked from commit 31fc7fd627 )
2016-01-08 10:32:14 -08:00
Jim
cf17f3291f
Merge pull request #5799 from gmcquistin/patch-1
...
[docs] Fix typo in ref-08-reconciliation.md
(cherry picked from commit 78be6f45cc )
2016-01-08 10:32:14 -08:00
Jim
5879799f8e
Merge pull request #5775 from facebook/fix-checkbox-wording
...
Fix wording to make it more clear that checkbox (input) supports defaultChecked
(cherry picked from commit 102cd29189 )
2016-01-08 10:32:14 -08:00
Paul O’Shannessy
80cadc6f66
Merge pull request #5767 from yhagio/patch-2
...
Update 10.4-test-utils.md
(cherry picked from commit bdcb69f43d )
2016-01-08 10:32:14 -08:00
Jim
343109e248
Merge pull request #5712 from dortonway/master
...
Fix misunderstanding in tutorial
(cherry picked from commit 4865ddf7ea )
2015-12-23 12:53:59 -08:00
Paul O’Shannessy
5fd421c996
Merge pull request #5711 from iamchenxin/docs122215
...
[docs] Update zh-docs with 7e2a7f0
(cherry picked from commit 1d8b816496 )
2015-12-23 12:53:59 -08:00
Paul O’Shannessy
1f1a127891
Merge pull request #5709 from zpao/youtubenocookie
...
[docs] fixup other broken youtube-nocookie uses
(cherry picked from commit 5b98152a3d )
2015-12-23 12:53:58 -08:00
Jim
7bb2119733
Merge pull request #5708 from kchia/patch-4
...
Corrects grammatical errors in tutorial
(cherry picked from commit 88ce0fc95f )
2015-12-23 12:53:58 -08:00
Jim
dc5411c795
Merge pull request #5599 from zramaekers/shallow-compare-docs
...
Add documentation for shallowCompare addon
(cherry picked from commit ab37776cc2 )
2015-12-23 12:53:58 -08:00
Jim
4588820073
Merge pull request #5587 from jimfb/ismounted-alternatives
...
Added post about upgrading your code to avoid isMounted()
(cherry picked from commit ccb97d8e59 )
2015-12-16 09:57:58 -08:00
Paul O’Shannessy
852a63fe23
Merge pull request #5658 from applegrain/clarify-dependency-installation
...
Clarify dependency installation
(cherry picked from commit b6a01d7733 )
2015-12-16 09:57:58 -08:00
Jim
617cfdd434
Merge pull request #5655 from adraeth/patch-1
...
Correct highlight in tutorial7.js snippet
(cherry picked from commit 55bd203310 )
2015-12-16 09:57:58 -08:00
Jim
85c09e5507
Merge pull request #5605 from thekevlau/patch-1
...
Adding class->className as a JSX gotcha
(cherry picked from commit 410cc30bf9 )
2015-12-16 09:57:58 -08:00