How to Migrate from React 16 to React 17 without affecting the project?
I want to migrate my React JS project from version 16 to 17, will this be bad if the project is big? And to do it, should I only upgrade the node packages or create a new react project and move the code?