Skip to content

Instantly share code, notes, and snippets.

@vinnymac
Created February 1, 2023 04:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vinnymac/2fb51e721b95c1da15beda9a5559067b to your computer and use it in GitHub Desktop.
Save vinnymac/2fb51e721b95c1da15beda9a5559067b to your computer and use it in GitHub Desktop.
React 18 Codemod
# To run a particular React 18 code mod, e.g. `context-any`
npx types-react-codemod [codemod] [path-to-sg-root] [path-to-sg-next]
# Or if you prefer you can use the React 18 preset to run all mods
npx types-react-codemod preset-18 [path-to-sg-root] [path-to-sg-next]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment