-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Temme (or Emmet in reverse) is to javascript what Emmet is to HTML and CSS, with no doubts, Emmet saved us from the headache of working with HTML and CSS, and now, it's about time Javascript had the same quirk too
With Temme, manipulating the DOM, specifically creating simple to complex HTML skeletons has never been simpler.
With javascript objects as the blueprint and you as the engineer, you can produce skyscrapers even, you only need to provide a concise hierarchy for your HTML wonder and let Temme take care of the rest. In fact, this whole web page is completely generated using Temme.
You might have been wondering, yeah cool, but why though?
Comparing both Temme's and Emmet's syntaxes, it's clearly apparent that Emmet is more on the swift side, you just hit up short instructions in plain text, and then boom.
Temme focuses on the data structure more, it's much better than manually working with native DOM manipulation methods and prettier than forcefully injecting HTML directly.
One other point of strength Temme has going for is it being javascript-object oriented, meaning, it can easily be parsed into JSON and vice versa.