Skip to content

Instantly share code, notes, and snippets.

@vinnymac
Created February 1, 2023 03:59
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/ce1979b2ca1b942bcdd89667d88fc962 to your computer and use it in GitHub Desktop.
Save vinnymac/ce1979b2ca1b942bcdd89667d88fc962 to your computer and use it in GitHub Desktop.
Install React 18
# Install React 18 in the workspace
yarn add react@^18.2.0 react-dom@^18.2.0 -W
# Install react 18 type definitions in the workspace
yarn add -D @types/react@^18.0.24 @types/react-dom@^18.0.8 -W
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment