— 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
Message permanent page
— 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