New ECMAScript Modules in Node v12

added by JavaScript Kicks
5/9/2019 4:40:26 PM

1183 Views

If you're familiar with popular JavaScript frontend frameworks like React, Angular, etc, then the concept of ECMAScript won't be entirely new to you. ES Modules have the import and export syntax we see often in frontend frameworks. Node uses CommonJS which re


0 comments