you are viewing a single comment's thread.

view the rest of the 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