Why no models in
the frontend?
http://backbonejs.org/#Model
compared to flight.js, backbone we decided against having dedicated models in the frontend
where views could subscribe on because of legacy reasons. so the data is coupled to the
component, and if needed events synchronize data between components, a bit overhead, a
bit duplication of data, but made development for us much faster, also we have a lot of
different entities, so for us taking this route worked out very well.
"