Skip to content

Instantly share code, notes, and snippets.

View littlewhitedragonIN's full-sized avatar

Joker's Grin littlewhitedragonIN

View GitHub Profile
@littlewhitedragonIN
littlewhitedragonIN / Templating.md
Created January 13, 2023 13:36 — forked from jnewman12/Templating.md
Client Side Rending With UnderScore Templating

Client Side Rendering With Underscore.js Templating

underscore


What is Underscore?

  • Underscore.js is a highly useful complement to JavaScript’s rather sparse standard library. In a pinch, Underscore gives you simple templating, too.
  • Underscore gives you a large list of helper functions, similar to what ruby might have waiting for you out of the box