upgrading to react 19
To upgrade to react 19, all you need to do is the use the following command, if you're using yarn and typescript:-
yarn add --exact @types/react@^19.0.0 @types/react-dom@^19.0.0
This would create the following changesets.
New JSX transform has been added which improve bundle size.
Comments