Commit Graph

91 Commits

Author SHA1 Message Date
Mathieu M-Gosselin
38db22b954 Changed JSON data in the tutorial to use double quotes for strings. 2013-06-26 16:24:51 -04:00
Paul O’Shannessy
324c132b1f Blogpost & changelog for v0.3.3 2013-06-21 10:57:41 -07:00
petehunt
4c26bc6408 Merge pull request #113 from vjeux/community_2
Community Roundup #2
2013-06-19 12:19:40 -07:00
Vjeux
d4394eee06 Community Roundup #2 2013-06-19 21:18:28 +02:00
Christopher Chedeau
0980032b02 Fix dangerouslySetInnerHTML 2013-06-19 00:09:02 -06:00
Paul O’Shannessy
2be67a457c Use absolute URLs for FB comments box 2013-06-18 10:20:34 -07:00
petehunt
a77262be5f Update jsx-is-not-html.md 2013-06-17 03:11:57 -06:00
petehunt
2a77affe0c Merge pull request #88 from vjeux/jsx_pitfall
Adding JSX pitfalls section in the docs
2013-06-17 02:05:55 -07:00
petehunt
746ca7cdb2 Merge pull request #95 from groodt/patch-1
Small correction to tutorial.md
2013-06-17 01:36:51 -07:00
petehunt
d354399b70 Merge pull request #96 from groodt/master
Very minor corrections to documentation
2013-06-17 01:26:31 -07:00
Ben Alpert
2674e74af7 Link to my own blog 2013-06-15 18:59:45 -06:00
Greg Roodt
5cca6a2f0e Minor grammar. 2013-06-15 11:08:06 +03:00
Greg Roodt
8d05bef2b8 Minor typo. 2013-06-15 11:07:20 +03:00
Greg Roodt
ddb326a029 Update tutorial.md
The ajax call happens every 5 seconds, not every 60 seconds.
2013-06-15 10:15:42 +03:00
Vjeux
b71abe45f1 Adding JSX pitfalls section in the docs 2013-06-13 03:08:50 +02:00
Vjeux
495ba6fd6d Facebook comments integration on Docs and Blog 2013-06-13 01:08:31 +02:00
Vjeux
826a62c4ad Community round-up blog post 2013-06-12 13:55:51 -07:00
petehunt
d6e9843fe4 Fixed width/height on React logo 2013-06-12 12:33:38 -07:00
Timothy Yung
e617dbbd19 Merge pull request #68 from vjeux/twitter
Integrate twitter in the support page
2013-06-11 22:34:44 -07:00
jordow
42ff8cf7dc Make todo example shorter and not rely on the DOM. 2013-06-07 13:11:40 -07:00
Vjeux
f4b1a6a6c1 Using markdown instead of html 2013-06-06 08:40:24 +02:00
Vjeux
f2d76db71f Integrate twitter in the support page 2013-06-06 08:38:09 +02:00
Paul O’Shannessy
b342c9ef2c Merge pull request #32 from spicyj/input
Add new onInput event
2013-06-05 14:57:25 -07:00
petehunt
360c77cd0f Update 2013-06-05-why-react.md 2013-06-05 12:51:17 -06:00
Paul O’Shannessy
401bf67d6e Fix broken link in Why React post 2013-06-05 10:02:11 -07:00
petehunt
430feda3e9 Rename and fix typo 2013-06-05 08:46:51 -07:00
petehunt
dd116cdd6c Update 2013-06-04-why-react.md 2013-06-04 18:03:32 -06:00
petehunt
80d3591c7c Bring in the last few edits 2013-06-04 13:09:20 -07:00
petehunt
97ec9f3923 edits from the committee 2013-06-04 14:00:18 -06:00
petehunt
fb40f3f8de update date 2013-06-04 01:54:15 -07:00
Ben Alpert
e8d875d86f "nuts and bolts" isn't hyphenated 2013-06-04 00:54:49 -07:00
yungsters
3915885339 Another pass over "Why React". 2013-06-03 15:54:26 -07:00
yungsters
1b62270a6d Revise "Why React" content. 2013-06-03 15:00:08 -07:00
Paul O’Shannessy
dc198f5a9b Merge pull request #43 from vjeux/jsfiddle
Add JSFiddle to the getting started section
2013-06-03 14:26:31 -07:00
Paul O’Shannessy
1e47e16ef3 Merge pull request #49 from paulshen/jekyllrss
[docs] Add RSS feed.xml for blog posts
2013-06-03 14:12:54 -07:00
Paul O’Shannessy
a17548f63d Improve blog setup
* All posts under blog/
* Index @ blog/index.html
* Only show excerpt on index with "continue reading" link
* Date, name formatting improvements (better for humans)

It could probably still use some style tweaks but I feel better about
it.

Moving forward, we'll use the "excerpt" feature of Jekyll with the
default separator, which is just 2 newlines. So the first paragraph will
be special. Alternatively you can specify excerpt, but we'll want to fix
the layout so that gets added in.
2013-06-03 13:51:44 -07:00
petehunt
09c7b2cbe9 Merge pull request #41 from divad12/homepage-examples-autobind
Consistently use autoBind on homepage examples
2013-06-03 12:53:26 -07:00
dschafer
c1ef8e9ab4 Highlight additional change in tutorial12.js
tutorial12.js switches from using this.props to this.state. Let's highlight the change on line 10 as well to make that clear.
2013-06-03 13:48:14 -06:00
petehunt
e5f2e668c8 @jeffreylin 2013-06-03 12:09:14 -07:00
Paul Shen
652ec03185 [docs] RSS: Pass title through xml_escape 2013-06-03 11:36:04 -07:00
Paul Shen
6912393c92 [docs] Use date_to_xmlschema in feed.xml 2013-06-03 11:34:42 -07:00
petehunt
cd29a7ca16 Break lines 2013-06-03 11:19:51 -07:00
petehunt
9e630e1803 @vjeux @benjamn 2013-06-03 11:16:38 -07:00
Paul Shen
b5d6f4dfab [docs] Add RSS feed.xml for blog posts
uses `feed.xml` from https://github.com/snaptortoise/jekyll-rss-feeds
(slightly modified for `site.url` + `site.baseurl`)
2013-06-03 11:02:14 -07:00
petehunt
4076860917 Add why-react 2013-06-03 11:01:08 -07:00
Paul Shen
e9bbd10e7d Merge pull request #42 from vjeux/blog
Blog article for JSFiddle Integration
2013-06-03 10:44:23 -07:00
Vjeux
598c260cc0 Add <script> tags in the download page for easy embed 2013-06-03 02:17:26 +02:00
Vjeux
f2d74a85da Add JSFiddle to the getting started section 2013-06-03 01:59:06 +02:00
Vjeux
18a1f71d64 Add a base link without JSX 2013-06-03 01:28:22 +02:00
Vjeux
69b45799e2 Adding \n at the end of the files 2013-06-03 01:06:05 +02:00