Sophia
66b8e25b43
removing parent/child references in props section of tutorial ( #7887 )
8 years ago
Michael O'Brien
f665a4b48a
Update comment to refer to correct method name ( #7873 )
8 years ago
Dan Abramov
55f37b4576
Update the homepage with ES6 ( #7868 )
* Update the homepage with ES6
* Avoid array spread and stale state
8 years ago
Kateryna
976ca17896
Fix initial state example for Recat.createClass ( #7867 )
In the example there was a typo with setting initial state using `getInitialState` method
8 years ago
ankitml
4f2168e0d5
Use ES6 in Language Tooling doc
9 years ago
KeicaM
5a90ffd6b0
Update 04-multiple-components.md ( #7861 )
added missing map bracket
8 years ago
Steve Mao
43373c4406
simplify npm link script a little bit ( #7862 )
We don't need to remove the folders before linking the modules
8 years ago
Marcelo Alves
636bc1114a
Fix minor typo in closing H1 tag ( #7855 )
8 years ago
Ben Alpert
ea7c845a98
Update remarkable to 1.7.1 ( #7851 )
Fixes a subtle XSS hole.
8 years ago
ankitml
8bb9899f0f
Keyed Fragment of AddOns ported to ES6
9 years ago
Alex Zherdev
7129d5f511
Add-Ons: Animation updated with ES6 examples
9 years ago
Rafael Angeline
ca37fb35cb
Reusable Components ES6 Update
9 years ago
gillchristian
5e59a1fcd9
Docs to ES6: Displaying data example.
9 years ago
Eric Douglas
18196d304a
Update babel link ( #7837 )
8 years ago
Ivan Zotov
acc97667b6
Fix mistakes in the codebase overview ( #7834 )
8 years ago
Dan Abramov
e8f4842e87
Add Codebase Overview ( #7828 )
* Add Codebase Overview
* Update codebase-overview.md
* Update codebase-overview.md
8 years ago
Gil Chen-Zion
fbccd7b3d6
Note that getInitialState is not used in ES6 classes in docs ( #7748 )
8 years ago
Kyle Mathews
fc68c9875c
typos fix ( #7822 )
8 years ago
Christopher Chedeau
c5c4092dcf
Our first 50,000 stars blogpost
8 years ago
Christoph Pojer
5f180b27fd
Reduce confusion in testing documentation. ( #7818 )
* Reduce confusion in testing documentation.
Just wanted to add some clarity to this page and link to the react tutorial on Jest's website to give people more information. Also changed enzyme's definition from library to utility to help reduce the confusion. Hope this makes sense to everybody :)
See https://twitter.com/damusnet/status/780752042675597312
cc @lelandrichardson
* Update 10.4-test-utils.md
8 years ago
J. Renée Beach
95896408e7
React dom invalid aria hook ( #7744 )
* Add a hook that throws a runtime warning for invalid WAI ARIA attributes and values.
* Resolved linting errors.
* Added a test case for many props.
* Added a test case for ARIA attribute proper casing.
* Added a warning for uppercased attributes to ReactDOMInvalidARIAHook
8 years ago
Dan Abramov
b6ba117b7e
Move How to Contribute to documentation and update it ( #7817 )
* Move How to Contribute to documentation and update it
* Consistent formatting
8 years ago
imjanghyuk
40a708fb73
Update 07-forms.ko-KR.md ( #7809 )
fix spelling
8 years ago
jinmmd
b0385f070e
Change [入门教程] from "tutorial.html" to "tutorial-zh-CN.html" ( #7789 )
8 years ago
jinmmd
efba6d4740
Change [API参考] from "top-level-api.html" to "top-level-api-zh-CN.html" ( #7790 )
8 years ago
Dan Abramov
434760f491
Update broken JSFiddle in Why React blog post ( #7783 )
Fixes #7782
8 years ago
Paul O’Shannessy
862084fa47
[docs] Update React Rally 2016 videos link ( #7771 )
8 years ago
Paul O’Shannessy
61574107f8
Update website for 15.3.2
(cherry picked from commit b52ea6bd8f403b9247584373761de509fa15f118)
8 years ago
Ivan Zotov
f4f8a82d1d
Fix links and ids for tips in docs ( #7766 )
8 years ago
Ivan Zotov
9ee9ee342a
Russian translation for style props value px of tips ( #7742 )
* Russian translation for style props value px of tips
* Update 06-style-props-value-px.ru-RU.md
8 years ago
Ivan Zotov
709040b3db
Russian translation for max. numbers of jsx root nodes ( #7738 )
* Russian translation for max. numbers of jsx root nodes
* Update 05-maximum-number-of-jsx-root-nodes.ru-RU.md
8 years ago
Ivan Zotov
25dd602bf7
Russian translation for self-closing-tag of tips ( #7729 )
* Russian translation for self-closing-tag of tips
* Fix next link for inline styles tip
* Update 04-self-closing-tag.ru-RU.md
8 years ago
Ivan Zotov
bb2b70001f
Russian translation if-else in JSX of tips ( #7726 )
8 years ago
Ivan Zotov
2dcc0fad70
Russian translation for inline styles of tips ( #7717 )
8 years ago
Ivan Zotov
7440d34f57
Fix Russian translation of introduction to be more technical ( #7727 )
8 years ago
Amanvir Sangha
65c9217610
Update OWASP link in docs for dangerous innerHTML ( #7710 )
8 years ago
Ivan Zotov
3330ad836a
Add Russian translation for introduction of tips ( #7690 )
8 years ago
Michał Pierzchała
8ee53ad335
Proper font-family for docs input fields ( #7706 ) ( #7708 )
8 years ago
Ray Dai
114e7acee9
Update 14-communicate-between-components.ko-KR.md ( #7686 )
Apply the same change made in #7680 .
8 years ago
Ray Dai
38aefe5d7b
Update 14-communicate-between-components.md ( #7680 )
To demonstrate multiple arguments `bind(this, arg1, arg2, ...)`, also not to pass in for than what `handleClick` needed, namely props, or maybe even pass item itself, etc.
Going to change the kor file after review.
8 years ago
Gant Laborde
10dd13bbf7
Adding the published ReactRally videos section ( #7681 )
ReactRally came and went, and it was splendid.
8 years ago
Kite
c16355138c
Fix the HTML for package management ( #7656 )
8 years ago
Dan Abramov
993b5d16b8
Link to Create React App ( #7654 )
* Link to Create React App
* Reword
8 years ago
却痕
92c5e22268
docs:translate doc 11-advanced-performance to chinese ( #7584 )
8 years ago
Michael Jackson
d69d722116
s/npmcdn/unpkg/g ( #7609 )
npmcdn.com is moving to unpkg.com. Same backend, one less letter in the
domain name. Boom.
8 years ago
Duke Pham
a4295280f6
Add line breaks to examples on 10.1-animation docs per ( #7606 )
comments to issue #7317 .
Updated JP doc examples to match other languages
Reformat to match JSX multi-line style #7550
8 years ago
Robert Kielty
05138ac33a
Adds minor additions clarifying questions I had reading intro tutorial ( #7595 )
8 years ago
Nik Nyby
557f06e044
docs: re-position comments to account for code sample width ( #7602 )
8 years ago
Christophe Hurpeau
f63c917db4
doc: `npm ls react` is a better advice ( #7513 )
Refs Must Have Owner Warning
`npm ls react` is a better advice than `npm ls | grep react`
8 years ago
NestorTejero
8dcfec57b1
add explicit link to http://bower.io/ ( #7546 )
8 years ago