Hacker News new | ask | show | jobs
by salboaie 4927 days ago
Anybody wants to look to another one (not launched, still a beta version, but created with large projects in mind, speed of development and long time maintenance in mind): https://github.com/salboaie/shape ?

I will greatly appreciate your feedback.

1 comments

I would love to hear if you tried Backbone before your build your framework. If so, what are your reasons for making it.
Yes, but what I was looking was a very different beast: Bindings with properties chains, declarative style when possible, typed models with auto-computed expressions, reusable components (controllers/presenters), separation of views from controllers (as little code as possible in views - in shape we have only html with bindings). Our background was Flex with a MVVM framework we created. We tried to replicate it in HTML5 .