Skip to content

Commit 67d023f

Browse files
authored
Merge pull request sudheerj#17 from coreyshirk/master
Fixing typo in Mixins should not be used sentence
2 parents fb559d2 + 2edc83c commit 67d023f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1731,7 +1731,7 @@
17311731
17321732
84. ### What are React Mixins?
17331733
1734-
*Mixins* are a way to totally separate components to have a common functionality. Mixins are **should not be used** and can be replaced with *higher-order components* or *decorators*.
1734+
*Mixins* are a way to totally separate components to have a common functionality. Mixins **should not be used** and can be replaced with *higher-order components* or *decorators*.
17351735
17361736
One of the most commonly used mixins is `PureRenderMixin`. You might be using it in some components to prevent unnecessary re-renders when the props and state are shallowly equal to the previous props and state:
17371737

0 commit comments

Comments
 (0)