|
|
|
|
|
by wsbail29
5724 days ago
|
|
It means that Backbone provides a way to cleanly separate your model/data from your presentation such that your model is concerned with synchronizing state with a server and the view is concerned with listening to changes in that model via data binding. |
|