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. `
7 years ago
newvlad
526056d9bb
Create higher-order-components.md ( #9976 )
8 years ago
Mario Souto
56fef536f8
Remove extra brace ( #9910 )
8 years ago
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.
8 years ago
Dmitry Zhuravlev-Nevsky
f45d6f3925
Update higher-order-components.md
8 years ago
Superlaziness
b2f388cd91
fix HOC doc ( #8802 )
8 years ago
Iurii Kucherov
85b5d37961
Update higher-order-components.md ( #8780 )
8 years ago
Bruno Heridet
ca173ef961
docs(hoc): fix typo Rambda → Ramda ( #8712 )
8 years ago
Piotr Czajkowski
095b1ec6f7
"Don't Mutate the Original Component" example and description mismatch ( #8695 )
8 years ago
Piotr Czajkowski
76a149320b
Higher-Order Components docs withSubscription() example fix ( #8694 )
8 years ago
Andrew Clark
e3d37fdb90
Add a document on higher-order components ( #7869 )
8 years ago