I have a ReactJS app that I've had since 2020 and it worked fast and well. When the domain expired in 2021, I forgot about it. Now as I was browsing files I found the app again and checked what it looked like so I ran yarn and yarn start…
To answer one of your questions: no, you don't have to rewrite anything to use vite. Just add a vite config and change your start script.
However, vite is not going to solve your problem. You need to debug the errors that your app produces.
Oldest comments (2)
To answer one of your questions: no, you don't have to rewrite anything to use vite. Just add a vite config and change your start script.
However, vite is not going to solve your problem. You need to debug the errors that your app produces.
I saw the problem. It's because of the
ReactDOM.render
. I've got to update it for the components to show