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

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm