Files
react.dev/content
Szymon Nowicki ee1f416790 Update React.PureComponent reference.
Maybe I'm somehow weird, but I lived for some time with an idea that `React.Component` does implement `shouldComponentUpdate` with deep comparison. `React.PureComponent` is faster because it compares shallowly.

The changes I propose should avoid this "implicit" kind of way of thinking, since it would explicitly state that `React.Component` does not compare anything.
2017-12-15 17:29:55 +01:00
..
2017-12-07 07:57:24 -08:00
2017-12-14 21:13:49 +08:00
2017-10-10 15:37:05 +02:00
2017-10-04 14:48:45 -07:00
2017-10-04 14:48:45 -07:00
2017-11-28 12:56:33 -08:00