Héctor Ramos
1b7066ed6f
Separate Ruby and Python instructions
2016-10-14 15:11:27 -07:00
Héctor Ramos
175fc4ae9b
Add Windows-specific instructions
2016-10-14 15:10:16 -07:00
Dan Abramov
14ec2c0c46
Add 15.4.0 RC3 to Downloads
2016-10-14 20:21:05 +01:00
Héctor Ramos
b59a8d94cc
Add link to gulpjs
2016-10-13 15:48:16 -07:00
CT Wu
836a054719
Fix a typo in the doc ( #7969 )
2016-10-13 16:58:57 +01:00
Giorgio Polvara
823dd3d65f
Fix typo ( #7953 )
2016-10-12 21:29:37 -05:00
Ujjwal Ojha
575727100a
Fix typo ( #7909 )
2016-10-12 09:49:56 -05:00
Colin Wren
7aa621daee
Fix typo in more-about-refs.md ( #7933 )
2016-10-11 11:56:34 +01:00
Alex Babkov
deb4a5abee
Typo fixes in codebase-overview.md ( #7938 )
2016-10-11 11:55:06 +01:00
Aesop Wolf
f00fbbd1ce
Update codebase-overview.md ( #7934 )
...
Fix typo
2016-10-11 01:14:05 +01:00
Dan Abramov
d0cc73a957
Add Implementation Notes and amend Codebase Overview ( #7830 )
...
* Add more to Codebase Overview
* WIP
* Start a reconciler overview
* Add a few more sections
* todo
* WIP
* Finish it
* Whitespace
* Minor tweaks
* Minor tweaks
2016-10-10 17:29:48 +01:00
Sophia
2a2dd7689f
removing parent/child references in props section of tutorial ( #7887 )
2016-10-05 22:29:55 +01:00
Michael O'Brien
48ea2d4743
Update comment to refer to correct method name ( #7873 )
2016-10-04 22:53:26 +01:00
Dan Abramov
7b10b2b88d
Update the homepage with ES6 ( #7868 )
...
* Update the homepage with ES6
* Avoid array spread and stale state
2016-10-04 19:33:09 +01:00
Kateryna
c9ec4bc445
Fix initial state example for Recat.createClass ( #7867 )
...
In the example there was a typo with setting initial state using `getInitialState` method
2016-10-04 18:43:49 +01:00
ankitml
eddcee9884
Use ES6 in Language Tooling doc
2016-10-04 12:51:42 +01:00
KeicaM
f96237cdb8
Update 04-multiple-components.md ( #7861 )
...
added missing map bracket
2016-10-04 12:19:44 +01:00
Steve Mao
957f663513
simplify npm link script a little bit ( #7862 )
...
We don't need to remove the folders before linking the modules
2016-10-04 12:12:12 +01:00
Marcelo Alves
23cd77b683
Fix minor typo in closing H1 tag ( #7855 )
2016-10-03 19:07:56 -05:00
Ben Alpert
f88c1d38be
Update remarkable to 1.7.1 ( #7851 )
...
Fixes a subtle XSS hole.
2016-10-03 14:22:06 -07:00
ankitml
a6445a18f9
Keyed Fragment of AddOns ported to ES6
2016-10-03 21:45:27 +01:00
Alex Zherdev
1b02c731ce
Add-Ons: Animation updated with ES6 examples
2016-10-03 21:30:22 +01:00
Rafael Angeline
9174c29acc
Reusable Components ES6 Update
2016-10-03 21:02:32 +01:00
gillchristian
f5f1769583
Docs to ES6: Displaying data example.
2016-10-03 19:21:44 +01:00
Eric Douglas
e32196222b
Update babel link ( #7837 )
2016-09-30 13:39:23 -07:00
Ivan Zotov
16ac141f44
Fix mistakes in the codebase overview ( #7834 )
2016-09-29 22:38:14 +01:00
Dan Abramov
4f345e021a
Add Codebase Overview ( #7828 )
...
* Add Codebase Overview
* Update codebase-overview.md
* Update codebase-overview.md
2016-09-29 11:33:57 +01:00
Gil Chen-Zion
a2bb55e3f4
Note that getInitialState is not used in ES6 classes in docs ( #7748 )
2016-09-28 19:07:29 -07:00
Kyle Mathews
87724bd875
typos fix ( #7822 )
2016-09-28 17:27:25 +01:00
Christopher Chedeau
cc00280aa6
Our first 50,000 stars blogpost
2016-09-28 10:21:29 +01:00
Christoph Pojer
0990c93806
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
2016-09-27 19:08:02 -07:00
J. Renée Beach
59ff7749ed
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
2016-09-27 20:53:14 -05:00
Dan Abramov
c82bcefa93
Move How to Contribute to documentation and update it ( #7817 )
...
* Move How to Contribute to documentation and update it
* Consistent formatting
2016-09-27 23:20:49 +01:00
imjanghyuk
6032491555
Update 07-forms.ko-KR.md ( #7809 )
...
fix spelling
2016-09-26 14:02:33 -07:00
jinmmd
d9957ac075
Change [入门教程] from "tutorial.html" to "tutorial-zh-CN.html" ( #7789 )
2016-09-26 10:39:34 -07:00
jinmmd
5331dfd1a5
Change [API参考] from "top-level-api.html" to "top-level-api-zh-CN.html" ( #7790 )
2016-09-26 10:39:03 -07:00
Dan Abramov
13692d59ad
Update broken JSFiddle in Why React blog post ( #7783 )
...
Fixes #7782
2016-09-21 13:42:49 +01:00
Paul O’Shannessy
2058d47e7b
[docs] Update React Rally 2016 videos link ( #7771 )
2016-09-19 14:26:32 -07:00
Paul O’Shannessy
7b0d5d0e74
Update website for 15.3.2
...
(cherry picked from commit b52ea6bd8f )
2016-09-19 11:14:30 -07:00
Ivan Zotov
2ec2d8f7f7
Fix links and ids for tips in docs ( #7766 )
2016-09-19 17:50:26 +03:00
Ivan Zotov
4dd554c9b7
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
2016-09-19 13:57:42 +03:00
Ivan Zotov
8176f4970c
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
2016-09-19 13:45:09 +03:00
Ivan Zotov
7d5c70d98c
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
2016-09-19 13:39:46 +03:00
Ivan Zotov
79367b09f7
Russian translation if-else in JSX of tips ( #7726 )
2016-09-14 15:05:21 +03:00
Ivan Zotov
fcc37ccaa2
Russian translation for inline styles of tips ( #7717 )
2016-09-14 13:26:36 +03:00
Ivan Zotov
7d76bdad69
Fix Russian translation of introduction to be more technical ( #7727 )
2016-09-14 13:23:57 +03:00
Amanvir Sangha
616e468987
Update OWASP link in docs for dangerous innerHTML ( #7710 )
2016-09-13 05:29:09 -07:00
Ivan Zotov
4dd44e77f8
Add Russian translation for introduction of tips ( #7690 )
2016-09-13 13:36:16 +03:00
Michał Pierzchała
b87bcb96ac
Proper font-family for docs input fields ( #7706 ) ( #7708 )
2016-09-12 16:29:46 -07:00
Ray Dai
2fc7125d49
Update 14-communicate-between-components.ko-KR.md ( #7686 )
...
Apply the same change made in #7680 .
2016-09-09 11:22:56 -07:00