Behind the Framework
Reduce Complexities & Improve Performance
Template-Element
<template> elements are used to declare fragments of HTML that are not to be rendered immediately when a page is loaded but may be instantiated subsequently during runtime using JavaScript. this is more performant than using innerHTML maore managable than creating elements in JS.