9
What’s the difference between Knockoutjs and Angularjs/Emberjs? What I’ve been researching:
Apparently Knockoutjs has a much smaller learning curve, can be integrated into existing static sites and has better compatibility, but is less powerful.
While Angular/Ember are more difficult to work with, needing to start the site from scratch with them and may have incompatibility problems with mobile browsers, but they are much more powerful.
These assumptions of mine are correct?
I ask because with so many options it is difficult to decide which to learn. My only experience with this type of framework is with this interactive tutorial here.
codeschool.com is an optical course, sponsored by google, from Angularjs. The course is well didactic and goes through almost all functionalities. And has a great theme song.
– Caputo