Meteor Blaze Templates done right!

I often hear amazing and simple people find Meteors Blaze render engine, but in the same sentence mention how its difficult to manage large templates or create re-useable components. In my last two+ years working with Meteor I came across the same hurdles, but also found great solutions. So I thought its time to share my best practices in a blog post. Though this post is for advanced user, I want to give new comers a short intro into Meteors. If you’re looking for something specific you can jump right there: Using template-var Passing data around Accessing template vars from inside callbacks Reacting on data context changes Passing data in …