Commit Graph
1835 Commits
Author SHA1 Message Date
JimandPaul O’Shannessy 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
JimandPaul O’Shannessy 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
Paul O’Shannessy e40a12073d Merge pull request #6191 from strawbrary/edit-on-github-position
[docs] keep position of "Edit on GitHub" link fixed
(cherry picked from commit 5e770f4d2d)
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 FunkandDan Abramov 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 FunkandDan Abramov 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
Dan Abramov 1aa2064b48 Fix whitespace in 0.14.8 blog entry 2016-03-29 18:32:18 +01:00
Dan Abramov 1aee28ef1b Add the missing download 2016-03-29 18:10:26 +01:00
Dan Abramov 27e2d6e31f Blog post for React 0.14.8 2016-03-29 17:23:13 +01:00
Dan Abramov d58718fe01 Update website for v0.14.8 2016-03-29 17:06:28 +01:00
Paul O’Shannessy 56e9ce8c91 Use babel 5 bin, not cached babel 6 cli 2016-03-21 19:14:14 -07:00
Paul O’Shannessy 5d7f398ca8 Merge pull request #6312 from vjeux/fix_docs_jump
[website] Fix jump on the header
(cherry picked from commit 39ccdccef1)
2016-03-21 15:20:02 -07:00
Paul O’Shannessy fe3cfcd3b2 Merge pull request #6313 from jimfb/script-integrity-attribute
Removed script security attributes, since fb.me isn't setting the proper headers.
(cherry picked from commit d433c2f376)
2016-03-21 15:19:52 -07:00
JimandPaul O’Shannessy 6a87954262 Merge pull request #6281 from rgarifullin/microfix_docs
Microfix docs
(cherry picked from commit 2f24f89111)
2016-03-21 11:21:29 -07:00
JimandPaul O’Shannessy 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
JimandPaul O’Shannessy 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
JimandPaul O’Shannessy 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
Christopher ChedeauandPaul O’Shannessy a7321487c9 Merge pull request #6202 from vjeux/search
Introduce search
(cherry picked from commit 3240c09a06)
2016-03-21 11:19:17 -07:00
Dan Abramov 3e1a2f18f6 Add v15 RC2 blog post 2016-03-16 22:34:24 +00:00
JimandPaul O’Shannessy c3b7f937b0 Merge pull request #6214 from koba04/patch-6
Fix a mixin name in a blog post
(cherry picked from commit 11b55231c4)
2016-03-09 10:30:12 -08:00
JimandPaul O’Shannessy 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
Paul O’Shannessy c0993bf1a8 Fix style= formatting in v15 rc blog post
(cherry picked from commit 8c57fd9d31)
2016-03-09 10:29:06 -08:00
Paul O’Shannessy 19953781e4 Merge pull request #6207 from zpao/15rc-blog-post-corrections
Remove a couple old updates from blog post
(cherry picked from commit bb9629476e)
2016-03-07 18:04:00 -08:00
Paul O’Shannessy dad9991a75 v15.0 rc1 blog post 2016-03-07 17:14:56 -08:00
JimandPaul O’Shannessy 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
JimandPaul O’Shannessy 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
JimandPaul O’Shannessy b17b2ea3f6 Merge pull request #6152 from jimfb/fix-blog-code-fragment
Updated code fragment for correctness.
(cherry picked from commit 56c423afd6)
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
JimandPaul O’Shannessy 5f7f9b1552 Merge pull request #6090 from joecritch/docs-external-link-icon
[Docs] Added icon for external links in nav
(cherry picked from commit 8f2b7d8e71)
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
JimandPaul O’Shannessy 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
Paul O’Shannessy 6bde147f3e Merge pull request #6089 from chromakey/bb-fix-htmltojsx-script-link
Fix script source HTTPS error in html-jsx.md doc
(cherry picked from commit 5652c710c0)
2016-02-24 23:38:25 -08:00
JimandPaul O’Shannessy 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
JimandPaul O’Shannessy 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
Sebastian Markbage 23b1f97aaa Clarify what the current version scheme is
In case you don't remember what version we're currently on.

Also, clarify that this is semver and that v1.0 comes with preconceived
notions.
2016-02-19 12:04:07 -08:00
Ben Alpert e01bac801f Hashrockets
(cherry picked from commit 628a16c84d)
2016-02-19 11:39:55 -08:00
Sebastian Markbage 4bba4207ee Versioning Blog Post 2016-02-19 11:35:21 -08:00
JimandPaul O’Shannessy 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
JimandPaul O’Shannessy 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
Paul O’Shannessy 9479256e7e Merge pull request #6017 from zpao/docs-sri-task
Generate SRI hashes for docs
(cherry picked from commit 41dea65abf)
2016-02-16 13:28:32 -08:00
JimandPaul O’Shannessy 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
Paul O’Shannessy cd654486f8 Merge pull request #6004 from TheBlasfem/sri-links
Included SRI hashes for fb.me links on download page
(cherry picked from commit bd3979980f)
2016-02-16 13:28:32 -08:00
JimandPaul O’Shannessy 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
Christopher ChedeauandBen Alpert 2152045b44 Add thanks for the react org 2016-02-12 15:00:50 -08:00
JimandPaul O’Shannessy 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
JimandPaul O’Shannessy 5730beca2b Merge pull request #5992 from pra85/patch-1
[docs] Fix typo in blog
(cherry picked from commit 725a723e27)
2016-02-08 13:55:18 -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