Hacker News new | ask | show | jobs
by themightykevdog 4620 days ago
In addition to the love being given here, I'd like to throw in that if you are updating an existing web app, nothing beats KO. You can add it incrementally to a page without turning your whole app upside down.
1 comments

You can do this with other frameworks, like Angular, too. FYI. This is definitely a great way to introduce some change to a codebase.
You can, but Angular imposes a little more structure to your code so the learning curve is slightly higher. I prefer Angular's syntax and overall capability but Knockout is a lot easier to just incrementally add to your application. I'm glad I learned Knockout first, it made Angular much easier to grok later on.