How to upgrade your React application to React 18



In this video I quickly show you how easy it is to upgrade your React application to version 18. I do this by upgrading one of my projects that is on this channel. That project is my Tic Tac Toe game.

We will update to react 18 using npm, and then make the coding changes necessary to get your application running using the new Concurrency mode.

source

You May Also Like