JS Organizing with ESModules
Description #
ESModules added the ability to Javascript to easily bundle up related parts of our code in a way that is very organized and reusable
Where this knowledge is utilized #
- CSE 121b
- WDD 230
- WDD 330
- WDD 430
- CSE 341
Prerequisites #
- Understanding of JS Functions
- Understanding of JS Objects
Prepare #
- Introduction to Libraries with ES Modules.
- JavaScript Modules: From IIFEs to CommonJS to ES6 Modules