Blaze - View and Template Helpers

We created two small helper packages for working with views and templates that may be helpful for other people.

Blaze Emitter allows you to emit and listen to events on a view, template, or template instance. It attaches itself lazily and has all of the default events built in (created, rendered, destroyed).

View Extensions provides helper functions for working with views programmatically (rendering, attaching, detaching, setting the data context, and accessing nodes).

2 Likes