From 18230d246842f62c19629e6f580beaeaa2982722 Mon Sep 17 00:00:00 2001 From: Keyan Zhang Date: Fri, 10 Jun 2016 17:46:10 -0700 Subject: [PATCH] mixins are dead --- 2016-06/june-09.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2016-06/june-09.md b/2016-06/june-09.md index 68dc567..755fb5a 100644 --- a/2016-06/june-09.md +++ b/2016-06/june-09.md @@ -59,7 +59,7 @@ * Ben is working on enabling property initializers in Facebook codebase. * Keyan is working on a new `createClass` → ES class component transform that uses property initializers (rather than binding in the constructor). * Dan is working on getting rid of some of the internal mixins on Facebook websites. -* Still need to figure out what to do with `PureRenderMixin`. +* 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. * Property initializers are currently extremely verbose with Flow, and this needs to be fixed. ### Proposals Champion Process