+ 3
in spite of coming es6 ,what is the necessity of using packages like browserify or requirejs for managing the modules?
i want to write a web app, but i have some uncertainity about using current stable version of javascript and client side module loader or using new technology of ecmascript 6 to import and export the modules... thanks beforehand...
1 Answer
+ 2
Browser support for imports is still a bit shoddy. Use webpack + babel, that way you can use any feature in older browsers too!