in spite of coming es6 ,what is the necessity of using packages like browserify or requirejs for managing the modules? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 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...

20th Jan 2018, 11:42 AM
vahidst
vahidst - avatar
1 Réponse
+ 2
Browser support for imports is still a bit shoddy. Use webpack + babel, that way you can use any feature in older browsers too!
20th Jan 2018, 4:02 PM
Schindlabua
Schindlabua - avatar