Message from JavaScript discussions

November 2017

— createContextualFragment parses a tagString into a DocumentFragment while createDocumentFragment creates an empty DocumentFragment and doesn't accept a parameter

Message permanent page

— 

See MDN for all this and more:
https://developer.mozilla.org/en-US/docs/Web/API/Document/createDocumentFragment
https://developer.mozilla.org/en-US/docs/Web/API/Range/createContextualFragment

— Yo guys

— What do you think about this?
https://github.com/XaoticLabs/module.js

— What advantage does it offer over requirejs?
Or ES6 modules alongwith webpack?

— It's really lightweight

— Well module systems create a single minified file for production

— It's basically what zeptojs is to jquery

— Good good

— Modules are a good idea in every environment though

— 

— Because code reuse is a good idea in every environment