Commit Graph

57 Commits

Author SHA1 Message Date
Dan Abramov
5a741877d6 New blog post: What's New in Create React App (#9719) 2017-05-19 05:31:35 +01:00
Dan Abramov
4fb526e399 Add more info about building for production (#9592)
* Add more info about building for production

* Add more info to the docs
2017-05-03 11:01:53 +01:00
Vesa Laakso
f76b6a94b7 Update Lifting State Up not to mix up DOM value with component state (#9032)
* Update Lifting State Up not to mix up DOM value with component state

A few weeks ago when teaching my friend, she got stuck on
`this.state.value` vs. `event.target.value`. As the documentation
talked a lot about "values", and the term value could mean three
different things (values in general, the "value" prop / DOM value of
the <input> component and the value in state/props), it was not weird
that she got a bit confused.

* Rename Lifting State Up onChange props to onTemperatureChange

This is in-line with how the temperature is provided as a prop named `temperature`

* Fix one value prop not being renamed to temperature

* Update codepen examples in Lifting state up documentation

* Update devtools state change to reflect docs change
2017-03-02 00:28:09 +00:00
Dan Abramov
0648cd10e7 Revert "update react perf docs (#8060) and (#6174)" (#8997) 2017-02-13 23:43:08 +00:00
Dhyey Thakore
e701f41a66 update react perf docs (#8060) and (#6174) (#8236)
* update react perf docs issue 8060 and 6174

* Grammar

Small stuff
2017-02-07 14:00:08 -08:00
Dan Abramov
1c6398d4de Add 15.4.0 blog post 2016-11-16 14:36:20 +00:00
Ivan Zotov
f342ae9de4 Improve devtools image size for the tutorial (#8114) 2016-10-27 13:54:18 +01:00
Kevin Lacker
aa9544bfac New Documentation 2016-10-21 20:59:08 +01:00
Dan Abramov
ec9d728f3d Add Implementation Notes and amend Codebase Overview (#7830)
* Add more to Codebase Overview

* WIP

* Start a reconciler overview

* Add a few more sections

* todo

* WIP

* Finish it

* Whitespace

* Minor tweaks

* Minor tweaks
2016-10-10 17:29:48 +01:00
Christopher Chedeau
c5c4092dcf Our first 50,000 stars blogpost 2016-09-28 10:21:29 +01:00
Paul O’Shannessy
495d85fb5d [docs] Use appropriately sized og:image (#7417)
Also runs through Imageoptim for smaller size.
2016-08-03 14:08:44 -07:00
Paul O’Shannessy
959e5f0be9 Host our own images for the blog, use https links (#7339) 2016-07-22 12:36:07 -07:00
Christopher Chedeau
ea373428b5 Introduce search
Powered by the awesome Algolia :)
2016-03-07 13:15:41 -08:00
Joe Critchley
f67a478cd3 Added icon for external links in Docs nav and unlinked Complementary Tools and Examples in favor of this icon 2016-02-23 02:18:20 +00:00
Sebastian Markbage
3e103d6100 Versioning Blog Post 2016-02-19 11:31:01 -08:00
Deniss Jacenko
2363d5f076 Fixed typo in shouldComponentUpdate.png
Reconciiation -> Reconciliation
2016-01-11 17:29:40 -05:00
Steven Luscher
d032c14cda Merge pull request #4845 from steveluscher/community-roundup-27-relay-edition
Community Roundup #27 – Relay Edition
2015-09-14 08:14:43 -07:00
Steven Luscher
f70854ec6d Community Roundup #27 – Relay Edition 2015-09-13 21:26:34 -07:00
Jared Forsyth
f19060b2ea Add blog post about the new devtools beta 2015-08-03 14:55:05 -07:00
Reed Loden
dd010b34e2 SSL/TLSize all the things! (convert http:// to https:// where appropriate)
Update links to use https:// where it is supported. There's probably a lot
more that could be fixed, but these are the core ones I found (especially
the download links in order to prevent MITM attacks). Note that there are
some fb.me links that will redirect to http:// even while accessed over
https://, but this seemed like the best way to fix those for now.

NOTE: Only non-third-party files were modified. There are references to
http:// URLs in vendored/third-party files, but seems appropriate to fix
upstream for those rather than editing the files.

Also, copy one image locally to the blog, as it was hotlinking to a site
that did not support https://.

Last, use youtube-nocookie.com instead of youtube.com for video embeds,
as the former doesn't try to set a cookie on load (privacy enhancement).
2015-04-18 16:49:32 -07:00
Christopher Chedeau
bf5472316d Roundup 26 2015-03-29 20:02:40 -07:00
Joseph Savona
e1d17c68e5 Building with Relay blog post 2015-03-19 12:53:49 -07:00
Christopher Chedeau
73c17c7170 Update round-up 25
(cherry picked from commit 40336d81442882272b73cbb3c2b587d24d3f2da3)
2015-03-04 12:32:37 -08:00
Christopher Chedeau
5304dd9a29 update image perf 2015-02-11 12:45:58 -08:00
Christopher Chedeau
97e8607897 Advanced Performance Doc 2015-02-11 10:53:57 -08:00
Christopher Chedeau
8927f5e4b1 Community round-up #23 2014-10-17 07:56:28 -07:00
Christopher Chedeau
5bd5ad6de5 Community roundup #22 2014-09-12 10:35:30 -07:00
Paul O’Shannessy
d03b9c3263 SVG logo
I traced the current logo in Illustrator to get a good version. And with
SVG we don't need any 2x magic because it's already vector. I should
probably care about IE8, but I don't.
2014-08-30 16:03:49 -07:00
Cheng Lou
9cf9b9769e [Docs] Make retina react logo work
Bourbon now takes *_2x instead of *@2x.
2014-08-23 18:09:20 -07:00
Christopher Chedeau
e0048faa49 Community Roundup #21 2014-08-02 14:44:57 +02:00
Vjeux
6db372c6d2 update background color for image 2014-07-30 21:09:17 +02:00
Vjeux
fa5a1b5e85 Include image 2014-07-30 19:31:16 +02:00
Vjeux
c899838944 Community Round-up #20 2014-07-27 13:55:20 +02:00
Cheng Lou
5e161764ca [Docs] Perf tools
Fixes #1814.
@petehunt @joshduck
The images look blurry (taken on retina then shrank down to 50%...)
2014-07-15 11:17:21 -07:00
Paul O’Shannessy
dfa38c8d84 Move tagtree image to docs/
Missed this in #1470
2014-05-08 11:52:32 -07:00
Jeff Barczewski
23f5b4ab1d add CodeWinds episode 4 w/Pete Hunt to videos
Added to videos.md
2014-03-21 07:41:06 -05:00
Jonas Gebhardt
d3842645ed Community Round-up # 17 2014-02-24 14:20:17 -08:00
Jonas Gebhardt
ee8b106fb2 Add community round-up #16 2014-02-15 15:50:30 -08:00
Christopher Chedeau
9bdca4d705 Merge pull request #688 from vjeux/community_14
Community Round-up #14
2014-01-06 09:11:09 -08:00
Vjeux
383527944e React Chrome Developer Tools 2014-01-02 21:04:09 +01:00
Christopher Chedeau
0d76ca4f7b Merge pull request #687 from vjeux/community_13
Community Round-up #13
2013-12-30 09:28:13 -08:00
Vjeux
675f711072 Community Round-up #13 2013-12-30 18:27:31 +01:00
Vjeux
8d938e4a32 Add a talks section to the docs 2013-12-24 07:20:42 +01:00
Vjeux
0644a8078e Community Round-up #12 2013-12-23 18:03:42 +01:00
Vjeux
c3065a1dc5 Community Round-up #14 2013-12-21 20:48:28 +01:00
Vjeux
5de8c28a86 Community round-up #11 2013-11-19 22:56:34 +01:00
Vjeux
aca39bc464 Community round-up #10 2013-11-06 12:36:30 -08:00
Ben Alpert
ca972443e7 Use smaller blog images and host directly 2013-11-05 18:54:29 -08:00
Vjeux
294d00c4ff Community round-up #9
http://fooo.fr:4000/react/blog/2013/10/03/community-roundup-9.html
2013-10-03 15:18:21 -07:00
Vjeux
05fd8b6d90 Community round-up #8 2013-09-24 14:18:11 -07:00