Greg Roodt
87f4b8be67
Minor grammar.
2013-06-15 11:08:06 +03:00
Greg Roodt
8d729d7da2
Minor typo.
2013-06-15 11:07:20 +03:00
Vjeux
101bfa3112
Facebook comments integration on Docs and Blog
2013-06-13 01:08:31 +02:00
Vjeux
523bde4dc5
Community round-up blog post
2013-06-12 13:55:51 -07:00
petehunt
5b72334852
Fixed width/height on React logo
2013-06-12 12:33:38 -07:00
Timothy Yung
0e6fca4a38
Merge pull request #68 from vjeux/twitter
...
Integrate twitter in the support page
2013-06-11 22:34:44 -07:00
jordow
81f3a5c6cd
Make todo example shorter and not rely on the DOM.
2013-06-07 13:11:40 -07:00
Vjeux
0435216eb6
Using markdown instead of html
2013-06-06 08:40:24 +02:00
Vjeux
7061d2b25b
Integrate twitter in the support page
2013-06-06 08:38:09 +02:00
Paul O’Shannessy
1e76d84569
Merge pull request #32 from spicyj/input
...
Add new onInput event
2013-06-05 14:57:25 -07:00
petehunt
3204135a46
Update 2013-06-05-why-react.md
2013-06-05 12:51:17 -06:00
Paul O’Shannessy
a64faf7bf7
Fix broken link in Why React post
2013-06-05 10:02:11 -07:00
petehunt
4a79a718a3
Rename and fix typo
2013-06-05 08:46:51 -07:00
petehunt
e293f998a1
Update 2013-06-04-why-react.md
2013-06-04 18:03:32 -06:00
petehunt
4201ddaf4e
Bring in the last few edits
2013-06-04 13:09:20 -07:00
petehunt
14f1f8f53a
edits from the committee
2013-06-04 14:00:18 -06:00
petehunt
61b5bd81d8
update date
2013-06-04 01:54:15 -07:00
Ben Alpert
17d368910f
"nuts and bolts" isn't hyphenated
2013-06-04 00:54:49 -07:00
yungsters
bef3dd6760
Another pass over "Why React".
2013-06-03 15:54:26 -07:00
yungsters
3ded55f9f7
Revise "Why React" content.
2013-06-03 15:00:08 -07:00
Paul O’Shannessy
962cebf7c5
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
4081678f2e
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
55a8339781
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
a6707f158b
Merge pull request #41 from divad12/homepage-examples-autobind
...
Consistently use autoBind on homepage examples
2013-06-03 12:53:26 -07:00
dschafer
24f523a351
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
7b5602d00a
@jeffreylin
2013-06-03 12:09:14 -07:00
Paul Shen
2bb7e15773
[docs] RSS: Pass title through xml_escape
2013-06-03 11:36:04 -07:00
Paul Shen
cb9cc5de5c
[docs] Use date_to_xmlschema in feed.xml
2013-06-03 11:34:42 -07:00
petehunt
0244123a52
Break lines
2013-06-03 11:19:51 -07:00
petehunt
1897bb3d2e
@vjeux @benjamn
2013-06-03 11:16:38 -07:00
Paul Shen
b353e8a807
[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
b3e2aca13a
Add why-react
2013-06-03 11:01:08 -07:00
Paul Shen
9425e58591
Merge pull request #42 from vjeux/blog
...
Blog article for JSFiddle Integration
2013-06-03 10:44:23 -07:00
Vjeux
cbda00c415
Add <script> tags in the download page for easy embed
2013-06-03 02:17:26 +02:00
Vjeux
21dab3d7d8
Add JSFiddle to the getting started section
2013-06-03 01:59:06 +02:00
Vjeux
9b399968eb
Add a base link without JSX
2013-06-03 01:28:22 +02:00
Vjeux
df361e9dd6
Adding \n at the end of the files
2013-06-03 01:06:05 +02:00
Vjeux
245f501120
Adding a left menu navigation
2013-06-03 01:04:19 +02:00
Vjeux
1902eafa8d
Initial version of the blog
2013-06-03 00:48:15 +02:00
David Hu
7795968382
Consistently use autoBind on homepage examples
...
Except for todo.js, all the other examples on the homepage use React.autoBind
when defining event handler methods.
Test Plan: Added todo items successfully
2013-06-02 12:04:16 -07:00
petehunt
095fccb974
ReactDOM->React.DOM
2013-06-01 13:01:52 -07:00
Jeffrey Lin
a78f752143
Fix live_editor.js usage of class=
2013-05-31 20:50:21 -07:00
Paul O’Shannessy
a70d567ec6
v0.3.2
...
Also some tweaks to package.json details.
2013-05-31 17:10:08 -07:00
petehunt
824a2e0630
Merge pull request #33 from spicyj/docs-fix
...
Update stale event docs in tutorial
2013-05-31 09:52:20 -07:00
Ben Alpert
2e5dae0c25
Add return false; to onSubmit handlers
2013-05-31 01:46:55 -07:00
Ben Alpert
767391c26e
Wording tweaks
2013-05-30 20:21:44 -07:00
Ben Alpert
ea82dba555
Update stale event docs in tutorial
...
The example uses onSubmit but the docs were still referring to onKeyUp.
2013-05-30 18:24:48 -07:00
Ben Alpert
2467c0e651
Update examples to use onInput instead of onKeyUp
...
onInput has the advantage that it responds to repeated key events before
onKeyUp and is called when modifying the input without the keyboard
(such as pasting with the mouse).
Test Plan:
Opened the ballmer-peak example and docs homepage in Chrome and checked
that both examples update whenever the text is changed.
2013-05-30 18:20:34 -07:00
Paul O’Shannessy
b20a7c2beb
Bump docs version to v0.3.1
2013-05-30 15:06:46 -07:00
Paul O’Shannessy
de2832c0c0
Only re-write docs _config on version bumps
...
Doesn't fix, but mostly addresses the concerns in #24 . Some churn at
version bumps is far better than what we have right now.
2013-05-30 14:57:32 -07:00