I'm upgrading a React frontend that's an year old. My current process is slow and painful. How could I speed it up?

itsarnavb

Arnav Bansal

Posted on October 22, 2018

I'm upgrading a React frontend that's an year old. My current process is slow and painful. How could I speed it up?

I'm working on a React 15 project that compiles in Node 6, and am updating it to React 16/Node 10.

My current process: I use npm outdated to find old packages and update them to newer versions. I run npm install after that, and then load the frontend with webpack.

I've found that there are several packages that might be deeply interdependent, and updating one without making changes or updating other packages breaks the frontend with an error in 'linkClass.js'

I'd appreciate any help.

💖 💪 🙅 🚩
itsarnavb
Arnav Bansal

Posted on October 22, 2018

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related