Commit Graph

122 Commits

Author SHA1 Message Date
Paul O’Shannessy
efc42e8bf1 Default to layout: post for posts
Just a little less boilerplate. This also removes a bit of trailing
whitespace because it shouldn't have been there.
2014-08-13 11:37:19 -07:00
Paul O’Shannessy
b6db0d7f92 Remove TodoMVC flux example
It lives at https://github.com/facebook/flux/tree/master/examples/flux-todomvc now.
2014-08-11 13:02:12 -07:00
Christopher Chedeau
094890a25d typo "refere" -> "reference" 2014-08-03 18:53:18 +02:00
Christopher Chedeau
55156619c0 english + casing + 02 -> 03 2014-08-03 18:20:54 +02: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
ae60d57333 fix spurious ) 2014-07-30 21:09:17 +02:00
Vjeux
fa5a1b5e85 Include image 2014-07-30 19:31:16 +02:00
Vjeux
2d7116613d Flux blog post about dispatcher 2014-07-30 19:12:21 +02:00
Christopher Chedeau
7b4f241e40 Rename "Ice Lab studio" to "Icelab" 2014-07-28 11:48:25 +02:00
Shane O'Sullivan
0296ef2be1 Update 2014-07-28-community-roundup-20.md 2014-07-27 14:16:59 -07:00
Shane O'Sullivan
3c617d4bdc Fix small language nits 2014-07-27 13:44:47 -07:00
Shane O'Sullivan
a9d1cc562a Fix typo for 'fundations' 2014-07-27 13:29:12 -07:00
Ben Alpert
c696e864f1 Wording tweaks to community roundup 2014-07-27 13:06:20 -07:00
Vjeux
c899838944 Community Round-up #20 2014-07-27 13:55:20 +02:00
Paul O’Shannessy
32334801dc v0.11.1 release materials, update to 0.11.0 release materials
* 0.11.1 blog post, changelog
* Update to 0.11.0 post, changelog
* Update version in site, add starter kit
2014-07-25 12:59:56 -07:00
James Seppi
f3a9487619 fix typo
Closes #1859.
2014-07-17 15:58:33 -07:00
Kyle Mathews
9b813ccfc6 Update 2014-07-17-react-v0.11.md 2014-07-17 15:18:41 -07:00
Paul O’Shannessy
f69b4ccba4 Release materials for 0.11 2014-07-17 14:18:28 -07:00
Ben Alpert
77e6979873 Fix typo-ed "of" 2014-07-13 13:09:50 -07:00
Paul O’Shannessy
e7820a8b5e 0.11-rc blog post 2014-07-13 12:54:41 -07:00
Jonas Gebhardt
435b4ec833 fix link in community roundup #18 2014-06-30 10:41:42 -07:00
Cheng Lou
138c1f9057 [Blog] Update round-up #19 to include more credit 2014-06-27 10:00:41 -07:00
Ben Alpert
1af15aa85e Fix typo in blog post 2014-06-26 15:19:24 -07:00
Pieter Vanderwerff
61799739e8 Change community roundup 19's React Bootstrap author to @stevoland 2014-06-27 10:00:10 +12:00
Cheng Lou
d17c6ae815 {Blog] Community Round-up #19 2014-06-26 13:53:14 -07:00
Paul O’Shannessy
d3a407c3c8 2 docs fixes.
Fix 404 and extra slash in url
2014-06-24 15:12:19 -07:00
Ben Alpert
2446a5f68b Merge pull request #1631 from dblandin/master
Update link to @petehunt's react-server-rendering GitHub repo
2014-06-10 13:53:37 -07:00
Harshad Sabne
78e60d1b5c Update 2014-03-21-react-v0.10.md
Fix link to React v0.10 RC
2014-06-03 21:35:49 +05:30
Devon Blandin
dcb0e46e8a Update link to @petehunt's react-server-rendering GitHub repo 2014-05-30 14:14:18 -05:00
enome
c6cc82db1f Typo: ClosureScript -> ClojureScript 2014-05-29 22:10:15 +02:00
Cheng Lou
2ab6a2d5d4 [Blog] One-year anniversary post 2014-05-29 14:39:59 -04:00
Ben Alpert
00e9f6e8d4 Start Flux video at 10m21s 2014-05-09 15:34:12 -03:00
fisherwebdev
47d36fe204 update Flux tutorial link 2014-05-08 19:57:19 -07:00
Vjeux
35db119584 Flux blog post and tutorial 2014-05-09 01:22:47 +02:00
Daniel Lo Nigro
b128e151c3 ReactJS.NET blog post
Closes #1354.
2014-04-04 13:23:24 -07:00
Josh Duck
73212d8df7 Formatting
An extra "`" snuck in there.
2014-03-28 14:26:05 -07:00
Paul O’Shannessy
12f34f606b [blog] The Road to 1.0 2014-03-28 13:38:28 -07:00
Paul O’Shannessy
760cc87da8 0.10 release materials 2014-03-21 14:57:03 -07:00
Paul O’Shannessy
a30314b201 0.10rc blog post 2014-03-18 22:15:16 -07:00
Jonas Gebhardt
30833e717d Community Round-up #18 2014-03-14 16:56:12 -07:00
Jonas Gebhardt
9810b94af3 fix typo in community round-up #17 2014-02-24 15:27:02 -08:00
Jonas Gebhardt
d3842645ed Community Round-up # 17 2014-02-24 14:20:17 -08:00
Ben Alpert
bfc5607f89 .dataTransfer not .dragTransfer 2014-02-21 12:13:21 -08:00
Paul O’Shannessy
e41389c2d1 Add context deprecation to changelog, reformat 2014-02-20 10:32:21 -08:00
Shaun Trennery
5790d76faf Addition of 'this.context' component breaking change
this.context on components is now reserved for internal use by React

closes #1141
2014-02-20 10:32:12 -08:00
Ben Alpert
542981681b React v0.9 blog post 2014-02-19 12:05:47 -08:00
Ben Alpert
0df14b3c38 Blog post for 0.9 release candidate 2014-02-16 18:47:04 -08:00
Ben Alpert
b3f0e3a23c Fix typo in latest round-up 2014-02-15 22:53:42 -08:00
Jonas Gebhardt
ee8b106fb2 Add community round-up #16 2014-02-15 15:50:30 -08:00