vasanthk / react-bits

✨ React patterns, techniques, tips and tricks ✨

Home Page:https://vasanthk.gitbooks.io/react-bits

Repository from Github https://github.comvasanthk/react-bitsRepository from Github https://github.comvasanthk/react-bits

Misleading Anti-Patterns

mocheng opened this issue · comments

In my understanding, titles of Refs over findDomNode() and HOC over mixins in anti-patterns are actually preferred patterns. These two titles looks so weird in Anti-Patterns sections.

It must be titled as findDomNode over Refs and mixins over HOC to be anti-patterns and consistent with other parts.

I agree that the wording could be improved. Personally, I think that titling them findDomNode and mixins would be even more clear.