Hacker News new | ask | show | jobs
by TheCoelacanth 4133 days ago
If you use PureRenderMixin, all child components must also be pure. If a pure component wants to change what it renders because of an event, it must change its state, otherwise it won't be re-rendered.