It has become an unofficial habit to host the data in an app.data container.
Through the course of time this became from a simple object to a Backbone.Model. This was tested for a while but there are no noticeable side-effects.
Standardising this as a library convention will help consistency between applications and become a factor for answering other questions like auto loading views...
It has become an unofficial habit to host the data in an
app.datacontainer.Through the course of time this became from a simple object to a Backbone.Model. This was tested for a while but there are no noticeable side-effects.
Standardising this as a library convention will help consistency between applications and become a factor for answering other questions like auto loading views...