javascript - What is the rationale for using Web Components in web apps? -


google @ i/o 2013 introduced support web components. allows make reusable html modules inserting web pages. today can embed widgets on client side using <iframe>-s, hidden <div>-s, ajax, javascript templates ejs or mustache.js, or xslt. can put them in sandboxes using <iframe sandbox>, google caja or microsoft web sandbox. special in web components should use it?


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -