Exploring new ways of building ultra-performant WEB applications
Aug 21, 2021 · 1 min read · A new generation of JavaScript frameworks / libraries are using ES6 template literals to achieve very performant DOM update cycles. One such library is uhtml The interesting part that I want to highlight is the html function: html`<h1>Hello ${first...
Join discussion