Meteor Template2

screenshot of Meteor Template2

MVVM for Meteor with Two-Way Binding via Model Schema.

Overview

Template2comerc is a Meteor package that provides a thin layer of syntactic sugar on top of the standard Blaze API. It allows developers to follow best practices outlined in the Blaze guide more easily. The package simplifies tasks such as setting up ReactiveVars, validating properties passed to a template, and accessing the template instance in helpers and event handlers.

Features

  • Compatible with Blaze Template
  • Minimum changes required for migrating existing projects to Template2
  • One-time declaration of variables to Model via <input value-bind> attribute
  • Validation of input data and retrieval of doc for writing to Model without coding
  • Supports SimpleSchema and can be extended for other models like Astronomy
  • Two-way binding features without Model

Summary

Template2comerc is a Meteor package that simplifies the development process with Blaze by providing a thin layer of syntactic sugar. It allows developers to follow best practices for writing Blaze templates more easily, reducing boilerplate and introducing features such as two-way binding and data validation. The package is compatible with Blaze Template and requires minimum changes for migrating existing projects. With Template2comerc, developers can focus more on writing clean and maintainable code.