5 ms·
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
by wsbail29 16y 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.