Blaze Template Fork


Summary of my bookmarked Github repositories from May 9th, 2016

Github repositories

  • comerc/meteor-template2

    Template2 is a fork of TemplateController and is designed to support the best practices of writing Blaze templates. It provides a thin layer of syntactic sugar on top of the standard API, making it easier to follow the recommended practices outlined in the Blaze guide. With Template2, you can reduce boilerplate and simplify tasks such as setting up ReactiveVars, validating properties, and accessing the template instance. It offers features like two-way binding, compatibility with Blaze templates, and support for SimpleSchema. To run a demo, clone the GitHub repository and follow the installation instructions. Template2 is licensed under MIT.