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

<del>mixins are dead</del> PureRenderMixin is dying #20

Merged
merged 1 commit into from
Jun 11, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 2016-06/june-09.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down