Auth0Mar 15
JavaScript Module Systems Showdown: CommonJS vs AMD vs ES2015


As JavaScript development gets more and more common, namespaces and depedencies get much more difficult to handle. Different solutions were developed to deal with this problem in the form of module systems. In this post we will explore the different solutions currently employed by developers and the problems they try to solve.