Pete Hunt
c3bc59a526
Merge pull request #115 from spicyj/async-state
Batch together calls to setState, setProps, etc
12 years ago
Paul O’Shannessy
e3adb4b150
Blog: Autobind by Default
Kicking off the series of posts previewing v0.4
12 years ago
Ben Alpert
91d587a112
Merge branch 'master' into async-state
12 years ago
Vjeux
a3f0277c12
Add link roundup
12 years ago
Christopher Chedeau
01f9f75972
Merge pull request #123 from vjeux/patch-2
Add @jsx common parser issues in the docs
12 years ago
Christopher Chedeau
fdfd7c07ca
Add @jsx common parser issues in the docs
Update getting-started.md
12 years ago
petehunt
261d7e8759
Merge pull request #126 from vjeux/community_3
Community Roundup #3
12 years ago
Vjeux
5fb94805ff
Community Roundup #3
12 years ago
Mathieu M-Gosselin
38db22b954
Changed JSON data in the tutorial to use double quotes for strings.
12 years ago
Paul O’Shannessy
324c132b1f
Blogpost & changelog for v0.3.3
12 years ago
petehunt
4c26bc6408
Merge pull request #113 from vjeux/community_2
Community Roundup #2
12 years ago
Vjeux
d4394eee06
Community Roundup #2
12 years ago
Christopher Chedeau
0980032b02
Fix dangerouslySetInnerHTML
12 years ago
Paul O’Shannessy
2be67a457c
Use absolute URLs for FB comments box
12 years ago
petehunt
a77262be5f
Update jsx-is-not-html.md
12 years ago
petehunt
2a77affe0c
Merge pull request #88 from vjeux/jsx_pitfall
Adding JSX pitfalls section in the docs
12 years ago
petehunt
746ca7cdb2
Merge pull request #95 from groodt/patch-1
Small correction to tutorial.md
12 years ago
petehunt
d354399b70
Merge pull request #96 from groodt/master
Very minor corrections to documentation
12 years ago
Ben Alpert
2674e74af7
Link to my own blog
12 years ago
Greg Roodt
5cca6a2f0e
Minor grammar.
12 years ago
Greg Roodt
8d05bef2b8
Minor typo.
12 years ago
Greg Roodt
ddb326a029
Update tutorial.md
The ajax call happens every 5 seconds, not every 60 seconds.
12 years ago
ngavalas
d5bf0214ae
markdown syntax
Small problem with markdown syntax in syntax-highlighted block.
12 years ago
ngavalas
ecf97b1a98
Updated docs and check for truthiness
Change api docs to reflect presence of the new argument. In addition,
callback was change to require only a "truthy" value.
12 years ago
Vjeux
b71abe45f1
Adding JSX pitfalls section in the docs
12 years ago
Vjeux
495ba6fd6d
Facebook comments integration on Docs and Blog
12 years ago
Vjeux
826a62c4ad
Community round-up blog post
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