Click here to Skip to main content
15,889,116 members
Articles / Web Development / Node.js

Understanding (all) JavaScript Module Formats and Tools

Rate me:
Please Sign up or sign in to vote.
5.00/5 (13 votes)
16 Apr 2020CPOL9 min read 17.8K   17  
A one-stop tutorial of all mainstream technologies for JavaScript modules.
When you build an application with JavaScript, you always want to modularize your code. However, JavaScript language was initially invented for simple form manipulation, with no built-in features like module or namespace. In years, tons of technologies are invented to modularize JavaScript. This article discusses all mainstream terms, patterns, libraries, syntax, and tools for JavaScript modules.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United States United States
Microsoft Most Valuable Professional
https://weblogs.asp.net/dixin/

Comments and Discussions