Up and Coming Standards in JavaScript Modules

Up and Coming Standards in JavaScript Modules

Channel:
Subscribers:
725,000
Published on ● Video Link: https://www.youtube.com/watch?v=oiBOxs2QJB0



Duration: 30:19
6,802 views
168


ES6 added a built-in concept of modules to JavaScript in 2015, though uptake since then has been more gradual, it is the de-facto default for authoring new JS today. In this talk, Daniel will explain two new proposals in this space, making modules even more useful.

JS module blocks let you run a module in a Worker without splitting the code out into a separate file. This way, it's easier to run code in parallel or keep code reusable, even when bundlers are involved. Resource bundles let browsers understand bundler output better, so they can implement ES module semantics natively and improve loading performance.

PUBLICATION PERMISSIONS:
Original video was published with the Creative Commons Attribution license (reuse allowed). Link: https://www.youtube.com/watch?v=k96TUGXxeQo

***
Top Richest People in the World: https://www.youtube.com/watch?v=yb5uy_Fvhso

Top TV Shows: https://www.youtube.com/watch?v=78DtV4RelO8







Tags:
javascript
js modules