Saturday, September 29, 2018

JavaScript - writing Modular code

Instead of multiple script tags in the body. We can combine them all using Webpack. This helps us in ordering of the scripts and managing dependencies.

For webpack:
https://webpack.js.org/
https://webpack.github.io/
https://github.com/systemjs/systemjs
https://jspm.io/

No comments:

Post a Comment