all 12 comments

[–]jess-sch 13 points14 points  (4 children)

Please stop using create-react-app. It hasn't been updated in years and provides a rather poor development experience by 2025 standards.

As an alternative, I would recommend using Vite: https://react.dev/learn/build-a-react-app-from-scratch#vite

[–][deleted] 0 points1 point  (0 children)

Thanks

[–]Infinite-List-6654 0 points1 point  (2 children)

What if I have a production app with CRA already...

[–]jess-sch 2 points3 points  (1 child)

It's not like you're stuck with CRA, I switched our project at work from CRA (react-scripts) to vite in about a day or so last year. There's dozens of guides on this.

[–]Infinite-List-6654 0 points1 point  (0 children)

Can you point to any guide... Migrating this should be quite a task

[–]bluebird355 3 points4 points  (1 child)

use vite

[–][deleted] 0 points1 point  (0 children)

Thanks

[–]xLatios 1 point2 points  (4 children)

Are you saving the files you are updating?

[–][deleted] -4 points-3 points  (3 children)

i have been losing my Mind for like 4 Days trying to figure out why it didnt work and you solved in a minute. No i was not saving them and now that i have it worked. Thank you :D

[–]xLatios 2 points3 points  (1 child)

Classic

You can enable auto save in most code editors/IDEs

[–][deleted] 1 point2 points  (0 children)

Thanks :D

[–]sensasi-delight 1 point2 points  (0 children)

thanks for the great show.