Brian Vaughn
7ac0712ed8
Updated 16.3 blog post to account for getSnapshotBeforeUpdate lifecycle
2018-03-23 12:42:57 -07:00
Brian Vaughn
29d6592630
Update React.Component reference to show deprecations and new lifecycles
2018-03-20 13:27:50 -07:00
G Akshay
c66011b32d
just before sounds better that 'immediately before' (#611 )
2018-02-11 19:53:39 +00:00
G Akshay
10c3a91538
Update reference-react-component.md ( #609 )
...
`just before` sounds better than `immediately before`.
2018-02-10 21:03:08 +00:00
Alex
4379eccbce
Merge pull request #581 from einomi/patch-1
...
Remove link
2018-02-04 22:41:30 -08:00
Henrique Sosa
72e8051fa3
Fix misspelling
2018-02-05 02:57:58 -02:00
Dan Abramov
9a953858d6
Add more references to setState batching ( #583 )
2018-02-04 22:39:30 +00:00
Andrey Nikonov
ecf038e520
Update reference-react-component.md
...
There is no #createclass anchor on /docs/react-api.html page anymore.
2018-02-04 10:41:31 +03:00
Ernesto García
9b20285d1d
Update fragments example to use JSX syntax ( #520 )
...
* Update fragments example to use JSX syntax
* Use more standard JSX notation for fragments
* Bring back arrays-based example
* Remove keys in fragment, not needed for static items
* Add note about fragments syntax existing since v16.2
2018-01-14 00:51:35 +00:00
Dan Abramov
d5af622629
Mention that we don't recommend inheritance in the component doc ( #487 )
2018-01-06 14:23:07 +00:00
Dan Abramov
74de9934be
Avoid "tick" jargon in componentDidMount docs ( #415 )
2017-12-13 23:53:32 +00:00
Thomas Levy
1303a3d38c
Fix setState example code
...
Seems to have been a mix of the two examples the section was covering.
2017-11-15 16:05:33 -08:00
Dimitar Nestorov
0560d6be8b
Switching to a more popular representation of optional arguments
2017-10-31 17:26:44 +02:00
Dan Abramov
24cf4575ed
Tweak Lifecycle Docs ( #199 )
...
* Tweak Lifecycle Docs
* Nits
2017-10-23 18:34:05 +03:00
Brian Vaughn
8348250019
Merge pull request #49 from carloscuesta/docs-scu-deep-equality-json-stringify
...
Document deepEquality checks & JSON.stringify in shouldComponentUpdate are a bad idea
2017-10-18 08:58:14 -07:00
Brian Vaughn
07b015b687
Wording nit
2017-10-18 08:57:59 -07:00
Brian Vaughn
b785e8f7a5
Changed "and" to "or"
2017-10-18 08:56:40 -07:00
thomasyimgit
98386b633a
add componentDidCatch document and link
2017-10-11 16:33:35 -04:00
hozefaj
43c1c00703
fix links to pure component within docs
2017-10-09 16:11:18 -07:00
Brian Vaughn
d5ebad1d2a
Wordsmithing nit
2017-10-08 13:32:35 -07:00
Andy Edwards
e97ad4f5d4
Caution (in docs) against dispatching redux actions or triggering component updates by any other means in componentWillUpdate
2017-10-08 15:28:18 -05:00
Carlos Cuesta
1442bf4944
Document deepEquality checks & JSON.stringify in scu are a bad idea
2017-10-07 10:54:21 +02:00
Brian Vaughn
93aa551f1a
Reorganized 'docs' folder
2017-10-04 14:48:45 -07:00