Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Commit 62e19c6

Browse files
authored
Merge pull request #20 from keyanzhang/mixins-are-dead
mixins are dead
2 parents 75756b8 + 18230d2 commit 62e19c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2016-06/june-09.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
* Ben is working on enabling property initializers in Facebook codebase.
6060
* Keyan is working on a new `createClass` → ES class component transform that uses property initializers (rather than binding in the constructor).
6161
* Dan is working on getting rid of some of the internal mixins on Facebook websites.
62-
* Still need to figure out what to do with `PureRenderMixin`.
62+
* Mixins: if a component _only_ uses `PureRenderMixin`, it will be converted to an ES6 class that extends [`React.PureComponent`](https://github.com/facebook/react/pull/6914). Otherwise it will be left untouched for now.
6363
* Property initializers are currently extremely verbose with Flow, and this needs to be fixed.
6464

6565
### Proposals Champion Process

0 commit comments

Comments
 (0)