Ben Alpert
27b218ce97
Redirect Thinking in React blog post to docs
...
Much easier to keep this updated if it only exists in one place. Added the byline because otherwise the voice of the post doesn't sound quite right.
2015-05-21 22:09:21 -07:00
Paul O’Shannessy
9b06b8838f
[docs] Give authors links.
2015-05-21 11:32:38 -07:00
Paul O’Shannessy
9c22ba920d
v0.13.3 blog post
...
(cherry picked from commit 179b6380cf31b735d3fb4d820099c3653127c3dd)
2015-05-21 10:51:51 -07:00
Elaine Fang
69bd1bfab4
Add punctuation
2015-05-14 13:15:06 -04:00
Paul O’Shannessy
6fce8e87e0
Update 2015-05-01-graphql-introduction.md
...
Typo
2015-05-01 17:01:17 -07:00
Paul O’Shannessy
f89d6660bf
Fix a couple grammar issues in GraphQL blog post
2015-05-01 12:36:30 -07:00
Paul O’Shannessy
fff434db64
GraphQL Introduction Blog Post
2015-05-01 11:18:44 -07:00
Jim
6c2e9e87c5
Fixed jsfiddles broken from https conversion. Fixes 3735
2015-04-30 13:05:53 -07:00
Elaine Fang
eda277665d
Add punctuation
2015-04-29 11:07:48 -04: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
Paul O’Shannessy
503555b8e9
Tweak wording in 0.13.2 blog post
2015-04-18 16:08:01 -07:00
Paul O’Shannessy
d8aca782f6
v0.13.2 blog post
...
(cherry picked from commit 6ed202288be889a1541853af53d9d18cf309d217)
2015-04-18 15:58:13 -07:00
Christopher Chedeau
19124f3e20
Update 2015-04-17-react-native-v0.4.md
2015-04-17 09:11:51 -07:00
Christopher Chedeau
5b9e499eb6
React Native 0.4 Blog Post
2015-04-17 09:03:55 -07:00
Ben Alpert
b3beb9804d
[docs] English tweaks (and testing Travis)
2015-03-30 11:10:44 -07:00
Christopher Chedeau
bf5472316d
Roundup 26
2015-03-29 20:02:40 -07:00
Ben Alpert
541d6a1cb0
Add React Native blog post
2015-03-26 10:10:43 -07:00
Julen Ruiz Aizpuru
3ebec4b55b
Docs: do not render components to document.body
...
Rendering to `document.body` in the examples is conveniently short, but it can
be misleading at the same time, especially for newcomers.
While it's possible to render React components to `document.body`, any 3rd
party scripts can also mess up with it, and it can have unintended consequences
and be source of difficult-to-trace bugs.
2015-03-23 13:59:24 +01:00
Joseph Savona
e1d17c68e5
Building with Relay blog post
2015-03-19 12:53:49 -07:00
Paul O’Shannessy
583aa67301
0.13 blog post, starter kit
2015-03-16 16:59:22 -07:00
Ben Alpert
5c88cb855e
It\ns -> Its
2015-03-11 15:28:24 -07:00
Paul O’Shannessy
fd5b30a5fc
[docs] it's --> its
2015-03-11 15:25:57 -07:00
Ben Alpert
e60e8db043
with the exception for -> with the exception of
2015-03-10 14:44:44 -07:00
Ben Alpert
94ce4c59e6
Add deprecation note to blog post and changelog
2015-03-10 14:22:03 -07:00
Paul O’Shannessy
feeacd4d57
A couple small changes to the changelog for 0.13
2015-03-10 13:43:15 -07:00
Ben Alpert
2662d33c59
0.13 blog post
2015-03-10 12:57:50 -07:00
Paul O’Shannessy
8326f48c98
[docs] Fox Ryan's name: #3311
2015-03-04 12:32:41 -08:00
Christopher Chedeau
73c17c7170
Update round-up 25
...
(cherry picked from commit 40336d81442882272b73cbb3c2b587d24d3f2da3)
2015-03-04 12:32:37 -08:00
Christopher Chedeau
743a42fd3b
Merge pull request #3304 from facebook/matthewjohnston4-croundup-1
...
Community Roundup #25 blog post
2015-03-04 09:06:38 -08:00
Paul O’Shannessy
1a69d7c19d
Facebook, not FaceBook
2015-03-03 12:49:02 -08:00
Paul O’Shannessy
3f4a8d5831
v0.13 rc blog post
2015-03-03 12:42:57 -08:00
Matthew Johnston
0167fb5e43
Update 2015-03-03-community-roundup-25.md
2015-03-03 18:34:07 +00:00
Matthew Johnston
9f1affeebe
Update 2015-03-03-community-roundup-25.md
2015-03-03 18:31:45 +00:00
Matthew Johnston
462af0f58e
Update 2015-03-03-community-roundup-25.md
2015-03-03 17:56:53 +00:00
Matthew Johnston
08fdc03220
Community Roundup #25 blog post
2015-03-03 14:20:41 +00:00
Jim
8303b11b60
Merge pull request #3284 from delftswa2014/bugfix/blog/https-urls
...
Fixed the http url in the blog pages
2015-03-02 11:20:10 -08:00
Toru Kobayashi
8b9cf8442e
Add a code format in 2015-02-24-react-v0.13-rc1.md
2015-03-02 09:33:36 +09:00
PNikray
7688e8bc2c
Fixed the url in community-roundup-9
...
using http resulted in an error, changing it to https fixes it
2015-02-27 23:43:50 +01:00
PNikray
0224addf49
Fixed the url in community-roundup-5
...
using http resulted in an error, changing it to https fixes it
2015-02-27 23:42:14 +01:00
PNikray
e209c6bb18
Changed the url of the video in community-round-up-4
...
The url was using http instead of https, which results in an error.
2015-02-27 23:39:17 +01:00
Wout Mertens
a397d27e7e
beta1 blog entry: Fix CoffeeScript example
...
Fix the constructor call and make code more idiomatic.
2015-02-26 00:26:16 +01:00
Paul O’Shannessy
7edbdf6204
v0.13 RC blog post
...
Note: we need to manually specify date in these files so that the sort order is
correct (2 posts on the same day). Otherwise it will just be ABC order, which
is wrong.
Closes : #3256
2015-02-24 14:05:57 -08:00
Paul O’Shannessy
4b9d18b532
Fix typo
...
(cherry picked from commit 4d90b9bdf3fc4ccfd2ccbaf9a590b16f06746b55)
2015-02-24 12:49:19 -08:00
Cheng Lou
a93ce64ca6
[Blog] Fix post code snippet display
...
I think nokogiri (is that what we use?) accidentally escaped this
snippet. Simply putting spaces between braces fixes it.
2015-02-24 15:22:25 -05:00
Sebastian Markbage
7841d7afc6
Add Blog Post about ReactElement Changes in 0.13
...
Explains some of the rationale for the new warnings added in 0.13.
2015-02-24 10:54:03 -08:00
Greg Hurrell
4b1794d09b
Add Relay blog post
...
closes #3174
2015-02-19 21:27:45 -08:00
Jim
f162ba1c71
Merge pull request #3180 from cody/https
...
Using https URLs for embedded fiddles
2015-02-19 13:18:34 -08:00
Steven Luscher
525c00597b
Added the immutability talk to the React.js Conf update.
...
(cherry picked from commit de8b3eb9d4c87622282c1303c8dae62cf70881af)
2015-02-18 21:42:11 -08:00
Stefan Dombrowski
ad7608e46b
Using https for embedded fiddles
...
Official announcement from jsfiddle:
https://twitter.com/jsfiddle/status/565041134435852289
2015-02-18 23:07:48 +01:00
Steven Luscher
756b19310a
Added special edition round-up for React.js Conf 2015
...
(cherry picked from commit 233980826cb36244dbcd6de0f9bb9f0a3fcae1ac)
2015-02-18 13:30:26 -08:00