Tight coupling and ES6 modules

146 Views Asked by At

I'm starting to learn about JavaScript code organization using ES6 modules and webpack. Something I don't understand is how using them is possible without making the modules tightly coupled to each other. Doesn't using exported code makes it inherently impossible to create loosely coupled modules?

0

There are 0 best solutions below