4 ms·
There was two alternative for me : backbone and knockout. They are both good frameworks ( and serves different goals ). * With backbone's models and collection
by devmach 15y ago
There was two alternative for me : backbone and knockout. They are both good frameworks ( and serves different goals ).
* With backbone's models and collections, i can organize my application structure better. It's not easy but result is a clean code.
* Backbone's Router is no-brainer.
* Syc allow me to use RESTful JSON requests. Even i'm not using it, it's good to have such an option.
* Data-binding is a plain pain. You have to write your own code but there is always a library that you can use (eg. https://github.com/derickbailey/backbone.modelbinding https://github.com/derickbailey/backbone.modelbinding ).
* I can always read the source code and thanks the comments i can understand most of it. My complain about good and advanced tutorials not because of the laziness, it was because saving time.