Jim
2f05b441e7
Merge pull request #3305 from brafdlog/patch-1
There was a redundant word in the sentence
10 years ago
Paul O’Shannessy
1a69d7c19d
Facebook, not FaceBook
10 years ago
Paul O’Shannessy
3f4a8d5831
v0.13 rc blog post
10 years ago
brafdlog
203b7fa42d
There was a redundant word in the sentence
10 years ago
Paul O’Shannessy
1f5ad15200
v0.13.0-rc2 starter kit
10 years ago
Paul O’Shannessy
e2c1ab5a10
v0.13.0-rc2
10 years ago
Matthew Johnston
0167fb5e43
Update 2015-03-03-community-roundup-25.md
10 years ago
Matthew Johnston
9f1affeebe
Update 2015-03-03-community-roundup-25.md
10 years ago
Matthew Johnston
462af0f58e
Update 2015-03-03-community-roundup-25.md
10 years ago
Matthew Johnston
08fdc03220
Community Roundup #25 blog post
10 years ago
Jim
8303b11b60
Merge pull request #3284 from delftswa2014/bugfix/blog/https-urls
Fixed the http url in the blog pages
10 years ago
PNikray
cfe4d1335e
Modified the todo example.
Instead of only using the index to supress the warning it now uses the
text + index to also ensure object iteration order.
10 years ago
Toru Kobayashi
8b9cf8442e
Add a code format in 2015-02-24-react-v0.13-rc1.md
10 years ago
Paul O’Shannessy
4db91d74fe
[docs] show line numbers in online jsx compiler
10 years ago
Ben Alpert
ef5927e07e
Merge pull request #3263 from wmertens/patch-1
beta1 blog entry: Fix CoffeeScript example
10 years ago
PNikray
7688e8bc2c
Fixed the url in community-roundup-9
using http resulted in an error, changing it to https fixes it
10 years ago
PNikray
0224addf49
Fixed the url in community-roundup-5
using http resulted in an error, changing it to https fixes it
10 years ago
PNikray
e209c6bb18
Changed the url of the video in community-round-up-4
The url was using http instead of https, which results in an error.
10 years ago
Ben Alpert
9cf4a87fff
Add note about enter/leave bubbling
Fixes #2826 .
10 years ago
PNikray
5725676aa7
Added the key attribute into the todo example
This is to solve the warning (that the key should be set) that was being raised when adding a new item.
10 years ago
Ben Alpert
98fed1b0ba
Merge pull request #3239 from rralian/update/docs-clarify-forceUpdate
Docs: clarifies forceUpdate method
10 years ago
Wout Mertens
a397d27e7e
beta1 blog entry: Fix CoffeeScript example
Fix the constructor call and make code more idiomatic.
10 years ago
Paul O’Shannessy
ceeac81709
Merge pull request #3257 from danmane/update-tutorial-md
Add mention of go and php server implementations in React tutorial
10 years ago
Daniel Mané
9e77ef78a4
Add mention of go and php server implementations in React tutorial
10 years ago
Paul O’Shannessy
7edbdf6204
v0.13 RC blog post
Note: we need to manually specify date in these files so that the sort order is
correct (2 posts on the same day). Otherwise it will just be ABC order, which
is wrong.
Closes : #3256
10 years ago
Paul O’Shannessy
4b9d18b532
Fix typo
(cherry picked from commit 4d90b9bdf3fc4ccfd2ccbaf9a590b16f06746b55)
10 years ago
Cheng Lou
a93ce64ca6
[Blog] Fix post code snippet display
I think nokogiri (is that what we use?) accidentally escaped this
snippet. Simply putting spaces between braces fixes it.
10 years ago
Paul O’Shannessy
fe927b4115
Merge pull request #3250 from sebmarkbage/blogpost
Add Blog Post about ReactElement Changes in 0.13
10 years ago
Sebastian Markbage
7841d7afc6
Add Blog Post about ReactElement Changes in 0.13
Explains some of the rationale for the new warnings added in 0.13.
10 years ago
Bartosz Kaszubowski
a2f2a7ed14
do not show empty "docs-prevnext" div on single page
to remove additional necessary spacing between content and footer
10 years ago
Bob Ralian
3d9349c653
clarifies forceUpdate method
10 years ago
Paul O’Shannessy
edb4048868
v0.13.0-rc1 starter kit
10 years ago
Paul O’Shannessy
e6a3802e06
v0.13.0-rc1
10 years ago
Bartosz Kaszubowski
0656758b18
wider Twitter timeline on support page
10 years ago
Paul O’Shannessy
606b7be261
Merge pull request #2994 from chenglou/docs-classset
[Docs] Add note on classSet deprecation
10 years ago
Greg Hurrell
4b1794d09b
Add Relay blog post
closes #3174
10 years ago
Paul O’Shannessy
6460227d05
Merge pull request #3209 from chicoxyzzy/eslint-everywhere
lint from root
10 years ago
Jim
fefcc0a5c4
Merge pull request #2921 from hanski07/updateTransferringPropsDocs
Update transferring props docs
10 years ago
Toru Kobayashi
906f0bfe62
Fix a doc. cloneWithProps clones a ReactElement.
10 years ago
chico
3fcd3824b3
lint from root
10 years ago
Jim
f162ba1c71
Merge pull request #3180 from cody/https
Using https URLs for embedded fiddles
10 years ago
Steven Luscher
525c00597b
Added the immutability talk to the React.js Conf update.
(cherry picked from commit de8b3eb9d4c87622282c1303c8dae62cf70881af)
10 years ago
Stefan Dombrowski
ad7608e46b
Using https for embedded fiddles
Official announcement from jsfiddle:
https://twitter.com/jsfiddle/status/565041134435852289
10 years ago
Steven Luscher
756b19310a
Added special edition round-up for React.js Conf 2015
(cherry picked from commit 233980826cb36244dbcd6de0f9bb9f0a3fcae1ac)
10 years ago
Alan deLevie
a69a581441
Make tutorial CDN URLs use https
10 years ago
Paul O’Shannessy
37bed2afeb
Merge pull request #3168 from briankung/docs-jsx-namespacing
[Docs] Clarify section on namespaced components
10 years ago
Paul O’Shannessy
fa09b7c325
Merge pull request #3147 from hzoo/lint-fixes
lint whitespace , trailing comma
10 years ago
Brian Kung
4b16e13212
[Docs] Clarify section on namespaced components
While going through the docs, I wasn't sure if the first example was
something I should do or not. This makes the wording a bit more clear.
10 years ago
Michelle Todd
a753bcc8da
[Docs] Reword section on React without JSX
Summary:
This section was confusing. I reworded it from:
"JSX is completely optional. You don't have to use JSX with React.
You can create these trees through `React.createElement`. The first
argument is the tag, pass a properties object as the second
argument and children to the third argument."
to:
"JSX is completely optional; you don't have to use JSX with React.
You can create React elements in plain JavaScript using
`React.createElement`, which takes a tag name or component, a
properties object, and variable number of optional child
arguments."
and additionally added another child element to the example code.
Test Plan:
Read the new paragraph!
10 years ago
Henry Zhu
a8ed7edf7e
lint whitespace
- use spaces
- remove space before paren in function
- remove space before colon in object
10 years ago