zhangs
ef2547a4cb
the order of withRouter and connect is reset ( #10658 )
...
per [this link](https://github.com/ReactTraining/react-router/blob/master/packages/react-router/docs/api/withRouter.md ) becasue ` If you are using withRouter to prevent updates from being blocked by shouldComponentUpdate, it is important that withRouter wraps the component that implements shouldComponentUpdate. `
2017-09-10 12:56:22 -07:00
newvlad
526056d9bb
Create higher-order-components.md ( #9976 )
2017-06-19 10:06:54 -04:00
Mario Souto
56fef536f8
Remove extra brace ( #9910 )
2017-06-09 14:48:59 -07:00
Billy Shih
8c1de5dbba
Fix typo ( #9717 )
...
The example explaining how redux's connect works doesn't use the same component name. Line 264 references (Comment) while 274 referenced (CommentList). Changed 264 to match 274.
2017-05-18 19:06:29 -04:00
Dmitry Zhuravlev-Nevsky
f45d6f3925
Update higher-order-components.md
2017-02-04 03:35:06 +03:00
Superlaziness
b2f388cd91
fix HOC doc ( #8802 )
2017-01-16 06:49:01 -08:00
Iurii Kucherov
85b5d37961
Update higher-order-components.md ( #8780 )
2017-01-13 13:17:48 -08:00
Bruno Heridet
ca173ef961
docs(hoc): fix typo Rambda → Ramda ( #8712 )
2017-01-08 10:26:46 -06:00
Piotr Czajkowski
095b1ec6f7
"Don't Mutate the Original Component" example and description mismatch ( #8695 )
2017-01-05 05:12:51 -08:00
Piotr Czajkowski
76a149320b
Higher-Order Components docs withSubscription() example fix ( #8694 )
2017-01-05 04:56:13 -08:00
Andrew Clark
e3d37fdb90
Add a document on higher-order components ( #7869 )
2016-11-29 10:47:54 -08:00