/tutorial-handlebars-beginner

Example of using the each and if/else handlebars built-in helpers as well as creating your own helpers for a handlebars frontend.

Primary LanguageJavaScript

Handlebars Intro Tutorial

Concepts covered

  • rendering a handlebards page
    • passing information to a handlebars page from a controller
  • using #if helper
  • using #each helper
  • creating custom helpers

Description

This repo contains code for a beginners workshop introducing Handlebars. The full solution is available on the master branch, whereas the starter code and task description can be obtained from the 'unsolved-task' branch.

You can find pointers and explanations of code snippets by searching the repo for 'NOTES'.