You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 19, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: 2016-06/june-09.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@
59
59
* Ben is working on enabling property initializers in Facebook codebase.
60
60
* Keyan is working on a new `createClass` → ES class component transform that uses property initializers (rather than binding in the constructor).
61
61
* 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.
63
63
* Property initializers are currently extremely verbose with Flow, and this needs to be fixed.
0 commit comments