Vjeux
b71abe45f1
Adding JSX pitfalls section in the docs
12 years ago
petehunt
d6e9843fe4
Fixed width/height on React logo
12 years ago
Timothy Yung
e617dbbd19
Merge pull request #68 from vjeux/twitter
Integrate twitter in the support page
12 years ago
jordow
42ff8cf7dc
Make todo example shorter and not rely on the DOM.
12 years ago
Vjeux
f4b1a6a6c1
Using markdown instead of html
12 years ago
Vjeux
f2d76db71f
Integrate twitter in the support page
12 years ago
Paul O’Shannessy
b342c9ef2c
Merge pull request #32 from spicyj/input
Add new onInput event
12 years ago
petehunt
360c77cd0f
Update 2013-06-05-why-react.md
12 years ago
Paul O’Shannessy
401bf67d6e
Fix broken link in Why React post
12 years ago
petehunt
430feda3e9
Rename and fix typo
12 years ago
petehunt
dd116cdd6c
Update 2013-06-04-why-react.md
12 years ago
petehunt
80d3591c7c
Bring in the last few edits
12 years ago
petehunt
97ec9f3923
edits from the committee
12 years ago
petehunt
fb40f3f8de
update date
12 years ago
Ben Alpert
e8d875d86f
"nuts and bolts" isn't hyphenated
12 years ago
yungsters
3915885339
Another pass over "Why React".
12 years ago
yungsters
1b62270a6d
Revise "Why React" content.
12 years ago
Paul O’Shannessy
dc198f5a9b
Merge pull request #43 from vjeux/jsfiddle
Add JSFiddle to the getting started section
12 years ago
Paul O’Shannessy
1e47e16ef3
Merge pull request #49 from paulshen/jekyllrss
[docs] Add RSS feed.xml for blog posts
12 years ago
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.
12 years ago
petehunt
09c7b2cbe9
Merge pull request #41 from divad12/homepage-examples-autobind
Consistently use autoBind on homepage examples
12 years ago
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.
12 years ago
petehunt
e5f2e668c8
@jeffreylin
12 years ago
Paul Shen
652ec03185
[docs] RSS: Pass title through xml_escape
12 years ago
Paul Shen
6912393c92
[docs] Use date_to_xmlschema in feed.xml
12 years ago
petehunt
cd29a7ca16
Break lines
12 years ago
petehunt
9e630e1803
@vjeux @benjamn
12 years ago
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`)
12 years ago
petehunt
4076860917
Add why-react
12 years ago
Paul Shen
e9bbd10e7d
Merge pull request #42 from vjeux/blog
Blog article for JSFiddle Integration
12 years ago
Vjeux
598c260cc0
Add <script> tags in the download page for easy embed
12 years ago
Vjeux
f2d74a85da
Add JSFiddle to the getting started section
12 years ago
Vjeux
18a1f71d64
Add a base link without JSX
12 years ago
Vjeux
69b45799e2
Adding \n at the end of the files
12 years ago
Vjeux
ed0a3a44ac
Adding a left menu navigation
12 years ago
Vjeux
0cb36084ac
Initial version of the blog
12 years ago
David Hu
efce85fe3c
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
12 years ago
petehunt
394d23f848
ReactDOM->React.DOM
12 years ago
Jeffrey Lin
b72f012fb7
Fix live_editor.js usage of class=
12 years ago
Paul O’Shannessy
ba7b42766b
v0.3.2
Also some tweaks to package.json details.
12 years ago
petehunt
5ba90d42ee
Merge pull request #33 from spicyj/docs-fix
Update stale event docs in tutorial
12 years ago
Ben Alpert
1fc75432da
Add `return false;` to onSubmit handlers
12 years ago
Ben Alpert
441302ee6e
Wording tweaks
12 years ago
Ben Alpert
ccd06e728a
Update stale event docs in tutorial
The example uses onSubmit but the docs were still referring to onKeyUp.
12 years ago
Ben Alpert
ccba6965b6
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.
12 years ago
Paul O’Shannessy
99b24c4bf5
Bump docs version to v0.3.1
12 years ago
Paul O’Shannessy
3147461038
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.
12 years ago
petehunt
8aa80efba4
@yungsters
12 years ago
petehunt
6b561b357d
bla
12 years ago
petehunt
2a58bf2976
fixes
12 years ago