cwood821 / handlebars-review

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

{{ Handlebars }} Review

Why should I learn this thing and not the other?

Handlebars

A templating language that

is

and provides

Check out the the documentation.

Concepts

  • Context
  • Loops
  • Partials
  • Conditionals/Helpers

You can use it on the front and backend

Use it with:

  • Plain JavaScript on the front end
  • Express

It's not always the right choice

There are tradeoffs to using templating languages, but they are powerful tools to separate responsibilities in your project.

About


Languages

Language:HTML 65.4%Language:JavaScript 18.9%Language:CSS 15.7%