Simplify UI Creation with Blaze: Meteor's Reactive HTML Template Library
Summary of my bookmarked Github repositories from Feb 23rd, 2016
Github repositories
- meteor/blaze
Blaze is a powerful library that simplifies the creation of user interfaces using reactive HTML templates. By integrating template directives like {{#if}} and {{#each}} with Tracker's "transparent reactivity" and Minimongo's database cursors, Blaze automatically updates the DOM when data changes. It consists of a template compiler and a reactive DOM engine. Blaze is currently a Meteor-only package, but a version for npm is coming soon. You can contribute to Blaze by checking out their contributing guide and joining their Slack community. The library is available under the MIT license.