|
|
|
|
|
by bambambazooka
5539 days ago
|
|
from the FAQ: > Whoah - your API looks really similar to Backbone. Why should I use this instead?
> Well, it's true that Spine was inspired by Backbone, an excellent library, and its controller API is very similar. However, the similarities end there. Internally the library works very differently. For example, Spine has no need for Collections, which are required for pretty much every model in Backbone. Spine provides a class library, and has very different ideas when it comes to server sync. Lastly, Spine is much simpler and half the size, go and check out the source. |
|