Experience-Monks / tech-we-want-to-use

This repo is meant to document technology/libraries/modules we'd like to have
0 stars 1 forks source link

Module: View/Model Data Binding #18

Open BrendanNeufeld opened 9 years ago

BrendanNeufeld commented 9 years ago

Dev Time: 1.5 weeks

A module that binds template vars to a model and vice versa. Essentially get the advantages of Vue and Angular data binding with out the overhead.

cheapsteak commented 9 years ago

Not sure Vue adds that much overhead, but maybe look into HTMLBars, it's handlebars + databinding, Ember uses it internally for their template stuff