Effective Dependency Management in JavaScript - Hector Virgen

At if(we), we’re committed to improving all aspects of our tech stack. This includes our client-side JavaScript, which consists of hundreds of thousands of lines of code across thousands of files. As JavaScript projects grow, they tend to become difficult to manage if you’re not careful. We found ourselves running into common problems including code that was difficult to reuse or test, and code that broke when introduced in new pages. As we explored the problems in more detail, we found the root cause was
Back to Top