ericf / express-handlebars

A Handlebars view engine for Express which doesn't suck.
BSD 3-Clause "New" or "Revised" License
2.31k stars 384 forks source link

Sharing Helper with client ? #61

Closed daslicht closed 10 years ago

daslicht commented 10 years ago

Hi, is there a way to share helper with the client ?

ericf commented 10 years ago

You need to expose your helper function to the client. Doing so if generally pretty app-specific and requires you to write your helpers in an isomorphic way.

One tool you could look at is express-state.