from Hacker News

Show HN: Gedi, an Evented Model Interface for JavaScript

by korynunn on 3/20/13, 11:50 PM with 4 comments

Gedi is an interface to your model that lets you bind events to track changes in the model. Gedi will also track the dirty state of your model.

Combined with gel (https://github.com/gaffa-tape/gel) gedi is extremely powerful, allowing expression base callbacks that will evaluate when any reference to the model is changed.

Some examples of usage are in the tests: http://github.korynunn.com/gedi/test.html

  • by kevdesign on 3/21/13, 12:32 AM

    It's great - it's been in our production stack now for a little while and so far everything works as advertised!
  • by budgieking on 3/20/13, 11:57 PM

    Aren't you that developer who hates JQuery?