GeppettoJS / backbone.geppetto

Bring your Backbone applications to life with an event-driven Command framework.
http://geppettojs.github.com/backbone.geppetto/
MIT License
203 stars 28 forks source link

Adding related articles section to readme #14

Closed niki4810 closed 11 years ago

niki4810 commented 11 years ago
mtsr commented 11 years ago

Nice Article, Nikhilesh, it provides a nice example of how to implement Geppetto. I do have one thought for you:

In my Geppetto toyproject, I have all models and collections living on the context, allowing easy reuse between different views within the same context. Then only commands modify the models and the views just listen (or in your case bind) to them.

niki4810 commented 11 years ago

@mtsr : Thanks, glad you like the post :) . Yeah having models on context seem like a good idea too, but I wanted illustrate a simple example using geppetto on the blog post.