1. React
  2. JSConf Asia
  3. 2019
  4. Navigating the Wild Seas of Native ES Modules

Navigating the Wild Seas of Native ES Modules

Gil Tayar at JSConf Asia 2019

ES Module support in Node v12 is not just a refinement of the support it has in Node v10, but is rather pointing to a direction in which Node and browser ES Modules converge into one system, a system which will enable ES modules to "just work" within the native npm ecosystem, without the need for transpilers or bundlers. This talk will examine this, and show how this will be possible in the upcoming years.