Remove PureRenderMixin
Recipe ID
org.openrewrite.react.refactoring.pure-render-mixinArtifact@openrewrite/recipes-reactRemoves PureRenderMixin from React.createClass mixins and adds an explicit shouldComponentUpdate method.
Single recipeProprietary
Usage
This recipe has no required configuration options. You’ll need the Moderne CLI configured before running the command below.
mod run . --recipe org.openrewrite.react.refactoring.pure-render-mixinIf the recipe isn’t available locally, install it with:
mod config recipes npm install @openrewrite/recipes-react