I have a few questions regarding the subject:
Is it possible to add babel to an existing react project, or is it better to restart the development and add babel at the beginning to avoid any setup issues?
Is webpack mandatory to be added along with babel for react projects, or can you just add babel without webpack?
Same question goes for typescript: Is it possible to add it in an existing project or is it better to restart everything?
And last but not least. If I have a backend made in node and a frontend in react, do I have to add babel in both?
Thanks everybody for all of your anwsers.