Find server-side rendering API usage
Recipe ID
org.openrewrite.react.search.find-server-rendering-usageArtifact@openrewrite/recipes-reactFinds usage of React server-side rendering APIs from react-dom/server including renderToString, renderToStaticMarkup, renderToNodeStream, and renderToStaticNodeStream to help plan SSR migration.
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.search.find-server-rendering-usageIf the recipe isn’t available locally, install it with:
mod config recipes npm install @openrewrite/recipes-react