Bruno Heridet
00846fd3a6
docs(hoc): fix typo Rambda → Ramda ( #8712 )
2017-01-08 10:26:46 -06:00
Brandon Dail
0b958fae65
Point all Webpack links to 1.x documentation ( #8697 )
...
* Point all Webpack links to 1.x documentation
* Add back webpack production guide, add warning
2017-01-06 12:51:26 -06:00
Murtaza Haveliwala
97701ad6bf
Update rendering-elements.md
...
Updating text to be in sync with sample html
2017-01-06 23:32:26 +05:30
Murtaza Haveliwala
2cf475de4f
Updated hello world explanation message ( #8703 )
...
Output text in explanation now in sync with code sample
2017-01-06 11:59:14 -06:00
Piotr Czajkowski
df0d2a5106
"Don't Mutate the Original Component" example and description mismatch ( #8695 )
2017-01-05 05:12:51 -08:00
Piotr Czajkowski
a52db12abf
Higher-Order Components docs withSubscription() example fix ( #8694 )
2017-01-05 04:56:13 -08:00
Andre Giron
60767630bc
Fix typos ( #8632 )
...
* Fix typos
* Put back x in Latinx
2017-01-04 09:36:19 -08:00
Joel Sequeira
4fc4bd1214
Fix typo in Proposing a Change section in how-to-contribute.md ( #8498 )
...
* Fix typo in Proposing a Change section in how-to-contribute.md
Not sure if it was actually intended or was a typo but changed 'If you intend to change to the public API' --> 'If you intend to make a change to the public API'
* Simplify
2017-01-04 09:30:08 -08:00
Mateusz Burzyński
aa3fef9b67
[Docs] Fixed anchor links in Animations section ( #8453 )
2017-01-04 09:24:21 -08:00
Van der Auwermeulen Grégoire
8ce2ac0cdc
Update state-and-lifecycle.md ( #8424 )
...
* Update state-and-lifecycle.md
Isn't clock state and props the same in this example?
* Clarify
2017-01-04 09:18:52 -08:00
Devinsuit
315f62dc4a
Update blog post link ( #8421 )
2017-01-04 09:15:09 -08:00
Mojtaba Dashtinejad
9b6cecd2cb
[docs] Add a note about componentWillReceiveProps ( #8234 )
...
* Component Lifecycle In Depth documentation
* first steps to improve react component reference
* improved react component reference
- remove the component-lifecycle-in-depth
* add a note for usage of ReactDOM.findDOMNode
* one note on componentWillReceiveProps
* remove old useless images for lifecycle docs
* Tweak wording
2017-01-04 08:26:33 -08:00
Dan Abramov
8403a3e6a4
Nitpick: use FB style in doc
2017-01-04 15:59:32 +00:00
Karthik Chintapalli
6fa0b0a271
Fixed stray text appearing on top of the navbar at small screen sizes ( #8681 )
2017-01-04 04:48:53 -08:00
Brian Vaughn
1ababda476
Renamed React.js Conf to React Conf
2017-01-03 15:27:23 -08:00
Brian Vaughn
0402106058
Merge pull request #8671 from bonham000/update-docs
...
update to codebase-overview.md
2017-01-03 09:01:53 -08:00
neeldeep
2825519505
Update conferences.md
2017-01-03 19:23:55 +05:30
Sean Smith
2447894008
update to codebase-overview.md
2017-01-01 15:27:57 -08:00
gitanupam
9e461c715c
Changed webpack's hyperlink ( #8650 )
...
..to point to 2.x documentation instead of 1.x (and to be consistent with other links on the page)
2016-12-28 11:34:00 -06:00
gitanupam
86765baaef
'npm init' needed before installing react via npm. ( #8649 )
...
* 'npm init' needed before installing react via npm.
I was trying to install react in my django project directory and was getting warnings about package.json not being present. Started this SO post (http://stackoverflow.com/questions/41340909/npm-cant-find-package-json-when-installing-react/41340975#41340975 ) to figure it out. I think it'll be useful to others too if we add it in the documentation itself.
* Tweak instructions
2016-12-28 04:04:21 -08:00
Eric Pitcher
3baa47ca7b
Update conditional-rendering.md ( #8636 )
...
Stating the fact that component lifecycle methods will still fire as normal even though you return null from the render method.
2016-12-24 09:18:30 -08:00
comerc
92665e2cb1
Fix casing typo in jsx-in-depth.md ( #8542 )
2016-12-11 07:43:40 -06:00
Chris
39695dcd36
update example to use this.state ( #8425 )
...
- In the previous example, the code works even without using bind(this) in the constructor.
- the reason being handleClick doesn't even use `this` and its just calling the global function alert.
- this change make use of this via access this.state.
2016-12-11 07:41:48 -06:00
Liz
17f8e947fb
👏 designers are friends, not fodder for jokes ( #8523 )
2016-12-07 15:09:37 -08:00
Brandon Dail
33198b78c5
Merge pull request #8476 from AlanBreck/patch-1
...
Update reference-react.md
2016-12-02 09:16:39 -06:00
lucas
01eb94f04b
Add return to render
2016-12-01 19:21:40 -03:00
Jacob Lamont
469d3c6461
Update reference-react.md
2016-12-01 14:35:48 -05:00
cloudy1
150e4e8be6
Update tutorial.md ( #8328 )
...
* Update tutorial.md
fix "unknown: Unexpected token" in "codepen.io".
* tweaks per suggestion
2016-11-29 13:00:33 -08:00
Andrew Clark
ce3b7ca475
Add a document on higher-order components ( #7869 )
2016-11-29 10:47:54 -08:00
Fatih
2c17f47ac2
fix typo 'miss-configured' to 'misconfigured' ( #8412 )
2016-11-24 14:52:53 +00:00
brillout
8d291e91e6
remove dead link ( #8411 )
2016-11-24 14:35:48 +00:00
Richard Maisano
b59fb796ea
Add a couple missing SVG tags to DOM Elements docs ( #8383 )
...
My first contribution to React!
While upgrading a React project, I found some suspect SVG that needed updating, so I dug in after checking the docs. I knew that support for some SVG properties had been added (namely `xmlns` and `xmlnsXlink`), but I noticed them missing from the reference's attribute list. This pull request updates `reference-dom-elements.md` by adding said properties.
2016-11-22 18:50:11 +00:00
Dan Abramov
f686218268
Revert "Stop relying on variable hoisting" ( #8381 )
2016-11-22 15:19:45 +00:00
Linus Unnebäck
93042c277e
Stop relying on variable hoisting ( #8380 )
...
Only declare the variable once in this scope, instead of declaring them multiple times in the same scope.
This fixes #8318 , even though it might technically be a shortcoming in Rollup.
2016-11-22 15:18:10 +00:00
Mikhail Osher
e958cdbd36
Fix object spread operator ( #8378 )
...
Object spread operator performs shallow copy of object's arguments, so it should be placed before new properties are assigned.
2016-11-22 15:01:23 +00:00
Simen Bekkhus
e64510ab21
Fix link to PureComponent in docs ( #8375 )
2016-11-22 11:09:07 +00:00
Michael Sinov
501ac150f6
update react-without-es6.md ( #8351 )
2016-11-19 18:19:16 +00:00
Dan Abramov
12ef47ba8f
Merge pull request #8346 from shubheksha/docs/improve-state-and-lifecycle
...
Improved sections of state and lifecycle docs
2016-11-18 18:24:27 +00:00
Dan Abramov
a0044be99d
Minor changes, make it more verbose
2016-11-18 18:24:15 +00:00
Shubheksha Jalan
730dae1df6
Improved sections of state and lifecycle docs
2016-11-18 22:14:27 +05:30
Dan Abramov
57f0cf376f
Merge pull request #8345 from shubheksha/docs/improve-introducing-jsx
...
Improved some sections of the introducing JSX docs
2016-11-18 16:20:48 +00:00
Dan Abramov
c47340acfb
Small nit: add a sentence about readability back
2016-11-18 16:20:17 +00:00
Shubheksha Jalan
e4432c7f76
Improved some sections of the introducing JSX docs
2016-11-18 21:09:34 +05:30
Dan Abramov
919aa36d69
Merge pull request #8339 from nolanlawson/patch-1
...
Update 2016-11-16-react-v15.4.0.md
2016-11-18 12:27:16 +00:00
Dan Abramov
1c861a0d48
Merge pull request #8332 from gaearon/prod-dev
...
[Docs] Expand Installation and clarify why use bundlers
2016-11-18 12:26:22 +00:00
Dan Abramov
0b1d56399b
Nits
2016-11-18 12:26:06 +00:00
Dan Abramov
c91cc4d11a
Nit
2016-11-18 12:25:23 +00:00
Nolan Lawson
1ff4158fa0
Update 2016-11-16-react-v15.4.0.md
...
Edge and IE11 both show user marks and measures in the Dev Tools, so it's technically not accurate to say that only Chrome has this feature.
2016-11-17 15:53:41 -08:00
Kevin Lacker
02966c7945
add link to useful doc
2016-11-17 10:49:02 -08:00
Dan Abramov
3d52856bb6
Update installation instructions on the blog
2016-11-17 16:05:49 +00:00