+ 3
Should i learn common js for client side js
Im learninf modules and there are two main ones ive come across ,ES modules and common js .nut common js is not native to js .you cab using with frameworks .so should i learn common js or jist stivk to Es6 modules strictly for client side and save common js for node.js
3 Antworten
+ 1
CommonJS was not designed for front-end browsers, would not run well in the browser environment.
+ 4
Oky , i guess i should save common js for node
+ 4
Thanks ✌️