UI Deploy

Curated, Short, Web UI Dev we Love.

LM.JS - Write HTML in JavaScript using Less Markup

Producing HTML from JavaScript is clumbersom. You're either writing out the mark-up using strings, or generating DOM nodes directly. Templating engines reduce effort and abstract away some of the inconvenience, but have shortcomings when mixing logic with the generations of HTML/DOM (whether or not logic should be in a templating engine is another issue).

view source

Advertisement