Code Monkey home page Code Monkey logo

blaze's Introduction

What is Blaze?

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 with Tracker's "transparent reactivity" and Minimongo's database cursors so that the DOM updates automatically.

Blaze has two major parts:

  • 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.

Quick Start

Blaze is a Meteor-only package for now. Sooner we will have Blaze on npm so you can use it in your stack.

A new Meteor project has Blaze included.

Get involved

We'd love for you to help us build Blaze. If you'd like to be a contributor, check out our Contributing guide.

Also, to stay up-to-date on all Blaze related news and the community you should definitely Join us on Slack.

See the current Roadmap and consider helping with any of the tasks on the roadmap.

License

Blaze is available under the MIT license.

blaze's People

Contributors

alexandesigner avatar arbesfeld avatar avital avatar awwx avatar bengott avatar benjamn avatar clarete avatar cmather avatar dandv avatar debergalis avatar dgreensp avatar ed-von-schleck avatar estark37 avatar glasser avatar gschmidt avatar html5cat avatar jagill avatar jonathankingston avatar martijnwalraven avatar mitar avatar mquandalle avatar mrjones91 avatar n1mmy avatar possibilities avatar sebakerckhof avatar slava avatar timhaines avatar tmeasday avatar zealoushacker avatar zol avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.