DEV Community

Discussion on: Namespacing in JavaScript

 
himanshutiwari15 profile image
Himanshu Tiwari ๐ŸŒผ

Thanks for your time and references

Thread Thread
 
ptrjsn profile image
Peter Johnson • Edited

Mat - Do you have to use a bundler, or just go through some sort of server? I understood the latter, but not tried it w/o a bundler so I can't say for sure. Once it gets out of the bundler, it probably won't be a module anyway.

Also, where did you get your user pic here? I've been looking to create one of my own & I like that style.

Thread Thread
 
matjones profile image
Mat Jones

In an environment that supports ES6 natively (so, Node.js Server, Chrome, or Firefox) you donโ€™t need a bundler, you can use ES6 modules natively.

Also, here