|
|
|
|
|
by jacquesc
4864 days ago
|
|
Actually, Handlebars.js is a 2 step process. First step is compiling the syntax to something the runtime can understand, and the other is actually executing at runtime. Emblem.js just replaces the first step of that process. So technically no more steps than plain Handlebars. |
|