- Notifications
You must be signed in to change notification settings - Fork0
🔥 Meteor Blaze is a powerful library for creating live-updating user interfaces
License
harryadel/blaze
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Blaze is a powerful library for creating user interfaces by writing reactive HTML templates. Compared to using a combination of traditional templates and jQuery, Blaze eliminates the need for all the "update logic" in your app that listens for data changes and manipulates the DOM. Instead, familiar template directives like{{#if}}
and{{#each}}
integrate withTracker's "transparent reactivity" andMinimongo's database cursors so that the DOM updates automatically.
A template compiler that compiles template files into JavaScript code that runs against the Blaze runtime library. Moreover, Blaze provides a compiler toolchain (think LLVM) that can be used to support arbitrary template syntaxes. The flagship template syntax is Spacebars, a variant of Handlebars, but a community alternative based on Jade is already in use by many apps.
A reactive DOM engine that builds and manages the DOM at runtime, invoked via templates or directly from the app, which features reactively updating regions, lists, and attributes; event delegation; and many callbacks and hooks to aid the app developer.
Check ourOverview to learn more.
Blaze is aMeteor-only package for now. Soon we will have Blaze on npm so you can use it in your stack.
Each new Meteor project you create has Blaze included (theblaze-html-templates
package).
We'd love for you to help us build Blaze. If you'd like to be a contributor,check out ourcontributing guide.
Also, to stay up-to-date on all Blaze related news and the community you shoulddefinitelyjoin us on Slack.
Seeopen issues and consider helping with any of the tasks. Thoselabeled "contributions welcome" are probably a good start. We have issuesorganized into GitHub projects for a better overview as well. And the currentroadmap shows the issues we need help with for the next release.
Support us with a monthly donation and help us continue our activities.Become a backer.
Become a sponsor and get your logo on our README on GitHub with a link to your site.Become a sponsor.
Blaze is available under the MIT license.
About
🔥 Meteor Blaze is a powerful library for creating live-updating user interfaces
Resources
License
Code of conduct
Security policy
Stars
Watchers
Forks
Packages0
Languages
- JavaScript95.6%
- HTML4.3%
- Other0.1%